Merge pull request #1122 from porsager/patch-1
Correct descriptions for map in table
This commit is contained in:
commit
e1be5e8368
1 changed files with 2 additions and 2 deletions
|
|
@ -89,8 +89,8 @@ This method exists to conform to [Fantasy Land's Applicative specification](http
|
||||||
|
|
||||||
Argument | Type | Required | Description
|
Argument | Type | Required | Description
|
||||||
------------ | -------------------- | -------- | ---
|
------------ | -------------------- | -------- | ---
|
||||||
`callback` | `any -> any` | Yes | The error value
|
`callback` | `any -> any` | Yes | A callback whose return value becomes the value of the stream
|
||||||
**returns** | `Stream` | | Returns a stream in an error state
|
**returns** | `Stream` | | Returns a stream
|
||||||
|
|
||||||
[How to read signatures](signatures.md)
|
[How to read signatures](signatures.md)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue