We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a0c6c commit 939f172Copy full SHA for 939f172
src/main/java/io/reactivex/MaybeObserver.java
@@ -21,7 +21,7 @@
21
* first the Maybe calls {@link #onSubscribe(Disposable)} with a {@link Disposable} that allows
22
* cancelling the sequence at any time, then the
23
* {@code Maybe} calls only one of the MaybeObserver's {@link #onSuccess}, {@link #onError} or
24
- * {@lingk onComplete} methods to provide notifications.
+ * {@link #onComplete} methods to provide notifications.
25
*
26
* @see <a href="http://reactivex.io/documentation/observable.html">ReactiveX documentation: Observable</a>
27
* @param <T>
0 commit comments