From 95f27487389bc64c130a88976d4c30745efae95b Mon Sep 17 00:00:00 2001 From: Darren Date: Sun, 10 Jan 2016 18:53:52 +0800 Subject: [PATCH] Update Examples.md --- Documentation/Examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Examples.md b/Documentation/Examples.md index 958494e9..1817db49 100644 --- a/Documentation/Examples.md +++ b/Documentation/Examples.md @@ -9,7 +9,7 @@ Examples ## Calculated variable -Let's first start with some imperative swift code. +Let's first start with some imperative swift code.Sw The purpose of example is to bind identifier `c` to a value calculated from `a` and `b` if some condition is satisfied. Here is the imperative swift code that calculates the value of `c`: @@ -34,7 +34,7 @@ a = 4 // c will still be equal "3 is positive" which is not good This is not the wanted behavior. -To integrate RxSwift framework into your project just include framework in your project and write `import RxSwit`. +To integrate RxSwift framework into your project just include framework in your project and write `import RxSwift`. This is the same logic using RxSwift.