We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e3091 commit 89b2e9fCopy full SHA for 89b2e9f
src/main/java/rx/Observable.java
@@ -1252,7 +1252,7 @@ public final static <T> Observable<T> from(T[] array) {
1252
* <p>
1253
* <img width="640" height="195" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/fromCallable.png" alt="">
1254
1255
- * This allows you to defer the execution of the function you specify untl an observer subscribes to the
+ * This allows you to defer the execution of the function you specify until an observer subscribes to the
1256
* Observable. That is to say, it makes the function "lazy."
1257
* <dl>
1258
* <dt><b>Scheduler:</b></dt>
0 commit comments