From dbb2261f678c211e8de328e04f95d4186dc51f92 Mon Sep 17 00:00:00 2001 From: Afonso Date: Sat, 5 Mar 2016 21:44:49 +0000 Subject: [PATCH] Fixed Grammar mistake then/than "Then" was being used as the comparison connector of some sentences. The correct word usage is "than" --- Documentation/GettingStarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/GettingStarted.md b/Documentation/GettingStarted.md index 0abc561a..c6039b2f 100644 --- a/Documentation/GettingStarted.md +++ b/Documentation/GettingStarted.md @@ -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