Skip to content

Commit b7e2f19

Browse files
authored
3.x: Fix copy-paste error in Completable javadoc (#7272)
1 parent fc11bd3 commit b7e2f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/reactivex/rxjava3/core/Completable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
* Note that as with the {@code Observable} protocol, {@code onError} and {@code onComplete} are mutually exclusive events.
5353
* <p>
5454
* Like {@code Observable}, a running {@code Completable} can be stopped through the {@link Disposable} instance
55-
* provided to consumers through {@link SingleObserver#onSubscribe}.
55+
* provided to consumers through {@link CompletableObserver#onSubscribe}.
5656
* <p>
5757
* Like an {@code Observable}, a {@code Completable} is lazy, can be either "hot" or "cold", synchronous or
5858
* asynchronous. {@code Completable} instances returned by the methods of this class are <em>cold</em>

0 commit comments

Comments
 (0)