diff --git a/spec.bs b/spec.bs index ed93db4..ff0a981 100644 --- a/spec.bs +++ b/spec.bs @@ -1523,13 +1523,10 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w :: [=Reject=] |p| with the passed in error. : [=internal observer/complete steps=] - :: [=Resolve=] |p| with {{undefined}}. + :: [=Reject=] |p| with a new {{RangeError}}. Note: This is only reached when the source {{Observable}} completes *before* it emits a - single value; in this case, resolving with {{undefined}} is harmless but makes it - difficult to distinguish between the first value trule being {{undefined}} and premature - completion. See #132 for - discussion on this. + single value. 1. Subscribe to [=this=] given |internal observer| and |internal options|.