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 012bef4 commit 5cf7620Copy full SHA for 5cf7620
README.md
@@ -3,8 +3,8 @@
3
Android specific bindings for [RxJava](http://github.com/ReactiveX/RxJava).
4
5
This module adds the minimum classes to RxJava that make writing reactive components in Android
6
-applications easy and hassle-free. More specifically, it provides a `Scheduler` that schedules an
7
-on the main UI thread or any given `Handler`.
+applications easy and hassle-free. More specifically, it provides a `Scheduler` that schedules on
+the main UI thread or any given `Handler`.
8
9
10
## Communication
0 commit comments