Skip to content

Commit 347392a

Browse files
author
Aaron Tull
committed
Merge pull request #3609 from JakeWharton/patch-1
delaySubscription(Func0) does not use a scheduler
2 parents 0ea7bcf + 51451b0 commit 347392a

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
@@ -4218,7 +4218,7 @@ public final Observable<T> delaySubscription(long delay, TimeUnit unit, Schedule
42184218
* <img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/delaySubscription.o.png" alt="">
42194219
* <dl>
42204220
* <dt><b>Scheduler:</b></dt>
4221-
* <dd>This version of {@code delay} operates by default on the {@code compuation} {@link Scheduler}.</dd>
4221+
* <dd>This method does not operate by default on a particular {@link Scheduler}.</dd>
42224222
* </dl>
42234223
*
42244224
* @param subscriptionDelay

0 commit comments

Comments
 (0)