Skip to content

Commit 38d634f

Browse files
committed
aligns javadoc
1 parent 10dceb0 commit 38d634f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/reactivex/Observable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6298,7 +6298,7 @@ public final Observable<T> doAfterTerminate(Action onFinally) {
62986298
* </dl>
62996299
*
63006300
* @param onDispose
6301-
* the action that gets called when the source {@code ObservableSource}'s Subscription is cancelled
6301+
* the action that gets called when the source {@code ObservableSource}'s Subscription is disposed
63026302
* @return the source {@code ObservableSource} modified so as to call this Action when appropriate
63036303
* @see <a href="http://reactivex.io/documentation/operators/do.html">ReactiveX operators documentation: Do</a>
63046304
*/

0 commit comments

Comments
 (0)