Skip to content

Commit

Permalink
2.x: Fix a small typo in Single.delay
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Jun 12, 2017
1 parent 52ee8ed commit 84d333e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/reactivex/Single.java
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@ public final Single<T> delay(long time, TimeUnit unit) {
*
* @param time the time amount to delay the emission of the success signal
* @param unit the time unit
* @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
* @return the new Single instance
* @since 2.0
*/
Expand Down

0 comments on commit 84d333e

Please sign in to comment.