File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,11 @@ id: contract
60
60
may release its resources and terminate, and its observers should not attempt to communicate with it any
61
61
further.
62
62
</p ><p >
63
- Before an Observable releases its resources and terminates it must first issue either an OnCompleted or OnError
64
- notification to all of the observers that are subscribed to it.
63
+ An OnError notification must contain the cause of the error (that is to say, it is invalid to call OnError with
64
+ a <code >null</code > value).
65
+ </p ><p >
66
+ Before an Observable terminates it must first issue either an OnCompleted or OnError notification to all of the
67
+ observers that are subscribed to it.
65
68
</p >
66
69
<h2 >Subscribing and Unsubscribing</h2 >
67
70
<p >
You can’t perform that action at this time.
0 commit comments