Skip to content

Commit 5588988

Browse files
committed
Fixes invalid Variable documentation. ReactiveX#1426
1 parent c57454c commit 5588988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ The reason why 2 navigations are suggested is because first navigation forces lo
880880

881881
`Variable`s represent some observable state. `Variable` without containing value can't exist because initializer requires initial value.
882882

883-
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.
883+
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 with error.
884884

885885
It will also broadcast its current value immediately on subscription.
886886

0 commit comments

Comments
 (0)