Skip to content

Commit 84d333e

Browse files
committed
2.x: Fix a small typo in Single.delay
1 parent 52ee8ed commit 84d333e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/reactivex/Single.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@ public final Single<T> delay(long time, TimeUnit unit) {
16411641
*
16421642
* @param time the time amount to delay the emission of the success signal
16431643
* @param unit the time unit
1644-
* @param scheduler the target scheduler to use fro the non-blocking wait and emission
1644+
* @param scheduler the target scheduler to use for the non-blocking wait and emission
16451645
* @return the new Single instance
16461646
* @since 2.0
16471647
*/

0 commit comments

Comments
 (0)