File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/io/reactivex Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6294,11 +6294,11 @@ public final Observable<T> doAfterTerminate(Action onFinally) {
6294
6294
* <img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/doOnUnsubscribe.png" alt="">
6295
6295
* <dl>
6296
6296
* <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>
6298
6298
* </dl>
6299
6299
*
6300
6300
* @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
6302
6302
* @return the source {@code ObservableSource} modified so as to call this Action when appropriate
6303
6303
* @see <a href="http://reactivex.io/documentation/operators/do.html">ReactiveX operators documentation: Do</a>
6304
6304
*/
You can’t perform that action at this time.
0 commit comments