Merge pull request #530 from afonsograca/patch-2

Fixed Grammar mistake then/than
This commit is contained in:
Krunoslav Zaher 2016-03-06 22:43:57 +01:00
commit c9e81b81f3
1 changed files with 2 additions and 2 deletions

View File

@ -481,7 +481,7 @@ Disposed
Ended ----
```
**Every subscriber upon subscription usually generates it's own separate sequence of elements. Operators are stateless by default. There is vastly more stateless operators then stateful ones.**
**Every subscriber upon subscription usually generates it's own separate sequence of elements. Operators are stateless by default. There are vastly more stateless operators than stateful ones.**
## Sharing subscription and `shareReplay` operator
@ -964,7 +964,7 @@ self.rx_observe(CGRect.self, "view.frame", retainSelf: false)
### `rx_observeWeakly`
`rx_observeWeakly` has somewhat slower then `rx_observe` because it has to handle object deallocation in case of weak references.
`rx_observeWeakly` has somewhat slower than `rx_observe` because it has to handle object deallocation in case of weak references.
It can be used in all cases where `rx_observe` can be used and additionally