Skip to content

Commit e3bb040

Browse files
committed
A minor doc fix for interval
1 parent 7cdfb6d commit e3bb040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/rx/Observable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ public final static Observable<Long> interval(long interval, TimeUnit unit, Sche
13301330
* <dd>This operator does not support backpressure as it uses time. If the downstream needs a slower rate
13311331
* it should slow the timer or use something like {@link #onBackpressureDrop}.</dd>
13321332
* <dt><b>Scheduler:</b></dt>
1333-
* <dd>{@code timer} operates by default on the {@code computation} {@link Scheduler}.</dd>
1333+
* <dd>{@code interval} operates by default on the {@code computation} {@link Scheduler}.</dd>
13341334
* </dl>
13351335
*
13361336
* @param initialDelay

0 commit comments

Comments
 (0)