Skip to content

Commit 6df4ea3

Browse files
tbcsakarnokd
authored andcommitted
fix typo in javadoc of Maybe::toSingle (#4815)
1 parent 40e9464 commit 6df4ea3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/reactivex/Maybe.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2919,7 +2919,7 @@ public final Observable<T> toObservable() {
29192919

29202920
/**
29212921
* Converts this Maybe into a Single instance composing cancellation
2922-
* through and turing an empty Maybe into a signal of NoSuchElementException.
2922+
* through and turning an empty Maybe into a signal of NoSuchElementException.
29232923
* <dl>
29242924
* <dt><b>Scheduler:</b></dt>
29252925
* <dd>{@code toSingle} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -2935,7 +2935,7 @@ public final Single<T> toSingle(T defaultValue) {
29352935

29362936
/**
29372937
* Converts this Maybe into a Single instance composing cancellation
2938-
* through and turing an empty Maybe into a signal of NoSuchElementException.
2938+
* through and turning an empty Maybe into a signal of NoSuchElementException.
29392939
* <dl>
29402940
* <dt><b>Scheduler:</b></dt>
29412941
* <dd>{@code toSingle} does not operate by default on a particular {@link Scheduler}.</dd>

0 commit comments

Comments
 (0)