This commit is contained in:
Leo Horie 2016-06-20 09:39:05 -04:00
parent bce2abbffd
commit f652c25a54

View file

@ -43,7 +43,7 @@ Creates a computed stream that reactively updates if any of its upstreams are up
`stream = prop.combine(combiner, streams)`
Argument | Type | Required | Description
----------- | ------------------------=-- | -------- | ---
----------- | --------------------------- | -------- | ---
`combiner` | `(Stream..., Array) -> any` | Yes | See [combiner](#combiner) argument
`streams` | `Array<Stream>` | Yes | A list of streams to be combined
**returns** | `Stream` | | Returns a stream