We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ee8ed commit 84d333eCopy full SHA for 84d333e
src/main/java/io/reactivex/Single.java
@@ -1641,7 +1641,7 @@ public final Single<T> delay(long time, TimeUnit unit) {
1641
*
1642
* @param time the time amount to delay the emission of the success signal
1643
* @param unit the time unit
1644
- * @param scheduler the target scheduler to use fro the non-blocking wait and emission
+ * @param scheduler the target scheduler to use for the non-blocking wait and emission
1645
* @return the new Single instance
1646
* @since 2.0
1647
*/
0 commit comments