Skip to content

Commit 91a1d04

Browse files
committed
Merge pull request #3563 from neoranga55/patch-1
Fix typo in documentation
2 parents 072e6c2 + 89b2e9f commit 91a1d04

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)