Skip to content

Commit 89b2e9f

Browse files
committed
Fix typo in documentation
1 parent 19e3091 commit 89b2e9f

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
@@ -1252,7 +1252,7 @@ public final static <T> Observable<T> from(T[] array) {
12521252
* <p>
12531253
* <img width="640" height="195" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/fromCallable.png" alt="">
12541254
* <p>
1255-
* This allows you to defer the execution of the function you specify untl an observer subscribes to the
1255+
* This allows you to defer the execution of the function you specify until an observer subscribes to the
12561256
* Observable. That is to say, it makes the function "lazy."
12571257
* <dl>
12581258
* <dt><b>Scheduler:</b></dt>

0 commit comments

Comments
 (0)