Skip to content

Commit 939f172

Browse files
committed
Fix wrong javadoc tag.
1 parent 34a0c6c commit 939f172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/reactivex/MaybeObserver.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* first the Maybe calls {@link #onSubscribe(Disposable)} with a {@link Disposable} that allows
2222
* cancelling the sequence at any time, then the
2323
* {@code Maybe} calls only one of the MaybeObserver's {@link #onSuccess}, {@link #onError} or
24-
* {@lingk onComplete} methods to provide notifications.
24+
* {@link #onComplete} methods to provide notifications.
2525
*
2626
* @see <a href="http://reactivex.io/documentation/observable.html">ReactiveX documentation: Observable</a>
2727
* @param <T>

0 commit comments

Comments
 (0)