Skip to content

Commit cc28527

Browse files
committed
Merge pull request #3462 from zsxwing/fix-doc
1.x: A minor doc fix for `interval`
2 parents 7cdfb6d + e3bb040 commit cc28527

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)