Merge pull request #1122 from porsager/patch-1

Correct descriptions for map in table
This commit is contained in:
Leo Horie 2016-06-21 15:23:23 -04:00 committed by GitHub
commit e1be5e8368

View file

@ -89,8 +89,8 @@ This method exists to conform to [Fantasy Land's Applicative specification](http
Argument | Type | Required | Description
------------ | -------------------- | -------- | ---
`callback` | `any -> any` | Yes | The error value
**returns** | `Stream` | | Returns a stream in an error state
`callback` | `any -> any` | Yes | A callback whose return value becomes the value of the stream
**returns** | `Stream` | | Returns a stream
[How to read signatures](signatures.md)