fix typo
This commit is contained in:
parent
bce2abbffd
commit
f652c25a54
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue