Minor typo fix

This commit is contained in:
baek-jinoo 2016-06-20 17:45:37 -07:00 committed by GitHub
parent 8797a05a0e
commit 8ce99d1219
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()`.