Skip to content

Commit

Permalink
Merge pull request #3462 from zsxwing/fix-doc
Browse files Browse the repository at this point in the history
1.x: A minor doc fix for `interval`
  • Loading branch information
zsxwing committed Oct 20, 2015
2 parents 7cdfb6d + e3bb040 commit cc28527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/rx/Observable.java
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ public final static Observable<Long> interval(long interval, TimeUnit unit, Sche
* <dd>This operator does not support backpressure as it uses time. If the downstream needs a slower rate
* it should slow the timer or use something like {@link #onBackpressureDrop}.</dd>
* <dt><b>Scheduler:</b></dt>
* <dd>{@code timer} operates by default on the {@code computation} {@link Scheduler}.</dd>
* <dd>{@code interval} operates by default on the {@code computation} {@link Scheduler}.</dd>
* </dl>
*
* @param initialDelay
Expand Down

0 comments on commit cc28527

Please sign in to comment.