lint links

This commit is contained in:
Leo Horie 2017-01-08 21:29:26 -05:00
parent e4d69c409a
commit d397e66e03
5 changed files with 26 additions and 6 deletions

View file

@ -83,7 +83,7 @@ Specifies how the value of a computed stream is generated. See [combining stream
Argument | Type | Required | Description
------------ | -------------------- | -------- | ---
`streams...` | splat of `Stream`s | No | Splat of zero or more streams that correspond to the streams passed as the second argument to [`stream.combine`](#stream-combine.md)
`streams...` | splat of `Stream`s | No | Splat of zero or more streams that correspond to the streams passed as the second argument to [`stream.combine`](#stream-combine)
`changed` | `Array<Stream>` | Yes | List of streams that were affected by an update
**returns** | `any` | | Returns a computed value