Merge pull request #467 from pra85/patch-1

Fix minor typo in Readme.md
This commit is contained in:
Krunoslav Zaher 2016-02-02 22:08:12 +01:00
commit 85107b3ecd
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ This code will do all that, and when `imageSubscription` is disposed it will can
Delegates can be used both as a hook for customizing behavior and as an observing mechanism.
Each usage has it's drawbacks, but Rx can help remedy some of the problem with using delegates as a observing mechanism.
Each usage has it's drawbacks, but Rx can help remedy some of the problem with using delegates as an observing mechanism.
Using delegates and optional methods to report changes can be problematic because there can be usually only one delegate registered, so there is no way to register multiple observers.