fix sentence structure

This commit is contained in:
Matt Fenwick 2016-06-14 10:35:36 -05:00 committed by GitHub
parent 9fed8676aa
commit c038e7bb84
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Since schedulers can really be anything, and all operators that transform sequen
In case the scheduler is concurrent, Rx's `observeOn` and `subscribeOn` operators will make sure everything works perfectly.
If you use some scheduler that for which Rx can prove that it's serial, it will able to perform additional optimizations.
If you use some scheduler that Rx can prove is serial, it will be able to perform additional optimizations.
So far it only performs those optimizations for dispatch queue schedulers.