We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10dceb0 commit 38d634fCopy full SHA for 38d634f
src/main/java/io/reactivex/Observable.java
@@ -6298,7 +6298,7 @@ public final Observable<T> doAfterTerminate(Action onFinally) {
6298
* </dl>
6299
*
6300
* @param onDispose
6301
- * the action that gets called when the source {@code ObservableSource}'s Subscription is cancelled
+ * the action that gets called when the source {@code ObservableSource}'s Subscription is disposed
6302
* @return the source {@code ObservableSource} modified so as to call this Action when appropriate
6303
* @see <a href="http://reactivex.io/documentation/operators/do.html">ReactiveX operators documentation: Do</a>
6304
*/
0 commit comments