Skip to content

Commit

Permalink
More draft ES observable clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier committed May 20, 2016
1 parent 8e13144 commit 92b457f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ A stream that emits `a`, then `b`, then `c`, then nothing, then `d`, then `e`, t
<a name="es7-observable-interop"/>
## Draft ES Observable interop

Most.js implements a subset of the [draft ES Observable proposal spec](https://github.com/zenparsing/es-observable):
Most.js implements a subset of the [draft ES Observable proposal](https://github.com/zenparsing/es-observable):

* `stream[Symbol.observable]() -> Observable` returns a compatible observable with a `subscribe` method that other implementations can consume.
* [`most.from(observable) -> Stream`](#mostfrom) coerces a compliant `observable` (one that provides `[Symbol.observable]()`) to a most.js stream.
Expand Down

0 comments on commit 92b457f

Please sign in to comment.