Skip to content

Commit 0cc4ff2

Browse files
committed
Improve asObservable() javadoc description (#1853)
1 parent 1dfcbf6 commit 0cc4ff2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/rx/Observable.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3068,9 +3068,9 @@ public final Observable<T> ambWith(Observable<? extends T> t1) {
30683068
}
30693069

30703070
/**
3071-
* Disguises a object of an Observable subclass as a simple Observable object. Useful for instance when you
3072-
* have an implementation of a subclass of Observable but you want to hide the properties and methods of
3073-
* this subclass from whomever you are passing the Observable to.
3071+
* Portrays a object of an Observable subclass as a simple Observable object. This is useful, for instance,
3072+
* when you have an implementation of a subclass of Observable but you want to hide the properties and
3073+
* methods of this subclass from whomever you are passing the Observable to.
30743074
* <dl>
30753075
* <dt><b>Scheduler:</b></dt>
30763076
* <dd>{@code asObservable} does not operate by default on a particular {@link Scheduler}.</dd>

0 commit comments

Comments
 (0)