File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/io/reactivex Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2919,7 +2919,7 @@ public final Observable<T> toObservable() {
2919
2919
2920
2920
/**
2921
2921
* 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.
2923
2923
* <dl>
2924
2924
* <dt><b>Scheduler:</b></dt>
2925
2925
* <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) {
2935
2935
2936
2936
/**
2937
2937
* 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.
2939
2939
* <dl>
2940
2940
* <dt><b>Scheduler:</b></dt>
2941
2941
* <dd>{@code toSingle} does not operate by default on a particular {@link Scheduler}.</dd>
You can’t perform that action at this time.
0 commit comments