Skip to content

Commit 04a61cb

Browse files
committed
aligns javadoc
1 parent 10dceb0 commit 04a61cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6294,11 +6294,11 @@ public final Observable<T> doAfterTerminate(Action onFinally) {
62946294
* <img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/doOnUnsubscribe.png" alt="">
62956295
* <dl>
62966296
* <dt><b>Scheduler:</b></dt>
6297-
* <dd>{@code doOnUnsubscribe} does not operate by default on a particular {@link Scheduler}.</dd>
6297+
* <dd>{@code doOnDispose} does not operate by default on a particular {@link Scheduler}.</dd>
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)