File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments