We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb2f9a commit ce817dbCopy full SHA for ce817db
README.md
@@ -266,7 +266,7 @@ code) at a glance.
266
[ReactiveCocoa 3.0][https://github.com/ReactiveCocoa/ReactiveCocoa/blob/master/CHANGELOG.md] has solved this problem by distinguishing side
267
effects with the separate [`Signal`][Signals] and [`SignalProducer`][Signal producers] types. Although this
268
means there’s another type to learn about, it improves code clarity and helps
269
-communicates intent much better.
+communicate intent much better.
270
271
In other words, **ReactiveSwift’s changes here are [simple, not
272
easy](http://www.infoq.com/presentations/Simple-Made-Easy)**.
0 commit comments