Merge pull request #777 from baek-jinoo/minor-typo-fix

Minor typo fix
This commit is contained in:
Krunoslav Zaher 2016-07-01 10:42:21 +02:00 committed by GitHub
commit ad96d6b0e1
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ The reason why 2 navigations are suggested is because first navigation forces lo
Variable wraps a [`Subject`](http://reactivex.io/documentation/subject.html). More specifically it is a `BehaviorSubject`. Unlike `BehaviorSubject`, it only exposes `value` interface, so variable can never terminate or fail.
It will also broadcast it's current value immediately on subscription.
It will also broadcast its current value immediately on subscription.
After variable is deallocated, it will complete the observable sequence returned from `.asObservable()`.