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) {
3068
3068
}
3069
3069
3070
3070
/**
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.
3074
3074
* <dl>
3075
3075
* <dt><b>Scheduler:</b></dt>
3076
3076
* <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