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 fc11bd3 commit b7e2f19Copy full SHA for b7e2f19
src/main/java/io/reactivex/rxjava3/core/Completable.java
@@ -52,7 +52,7 @@
52
* Note that as with the {@code Observable} protocol, {@code onError} and {@code onComplete} are mutually exclusive events.
53
* <p>
54
* Like {@code Observable}, a running {@code Completable} can be stopped through the {@link Disposable} instance
55
- * provided to consumers through {@link SingleObserver#onSubscribe}.
+ * provided to consumers through {@link CompletableObserver#onSubscribe}.
56
57
* Like an {@code Observable}, a {@code Completable} is lazy, can be either "hot" or "cold", synchronous or
58
* asynchronous. {@code Completable} instances returned by the methods of this class are <em>cold</em>
0 commit comments