Skip to content

Commit 5cf7620

Browse files
committed
Fix minor grammatical error in README.md
1 parent 012bef4 commit 5cf7620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Android specific bindings for [RxJava](http://github.com/ReactiveX/RxJava).
44

55
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`.
6+
applications easy and hassle-free. More specifically, it provides a `Scheduler` that schedules on
7+
the main UI thread or any given `Handler`.
88

99

1010
## Communication

0 commit comments

Comments
 (0)