X Tutup
Skip to content

Commit cbd3a61

Browse files
committed
Improved phrasing
1 parent 5051a45 commit cbd3a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part 4 - Concurrency/2. Testing Rx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Third
151151

152152
## Testing
153153

154-
Rx operators involving asynchronous, schedule those actions using a scheduler. If you take a look on all the operators in [Observable](http://reactivex.io/RxJava/javadoc/rx/Observable.html), you will see that such operators have overloads that take a scheduler. This is the way that you can supplement their real-time default schedulers for your `TestScheduler`.
154+
Rx operators involving asynchronous actions, schedule those actions using a scheduler. If you take a look on all the operators in [Observable](http://reactivex.io/RxJava/javadoc/rx/Observable.html), you will see that such operators have overloads that take a scheduler. This is the way that you can supplement their real-time default schedulers for your `TestScheduler`.
155155

156156
Here is an example where we will test the output of `Observable.interval` against what we expect it to emit.
157157

0 commit comments

Comments
 (0)
X Tutup