Skip to content

Commit a34df82

Browse files
committed
Fix #26
1 parent a473a93 commit a34df82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Specifies how the value of a computed stream is generated. See [combining stream
180180

181181
Argument | Type | Required | Description
182182
------------ | -------------------- | -------- | ---
183-
`streams...` | splat of `Streams` | No | Splat of zero or more streams that correspond to the streams passed to [`stream.lift`](#stream-lift)
183+
`streams...` | splat of `Streams` | No | Splat of zero or more values that correspond to the values of the streams passed to [`stream.lift`](#stream-lift)
184184
**returns** | `any` | | Returns a computed value
185185

186186
[How to read signatures](signatures.md)

0 commit comments

Comments
 (0)