Correct descriptions for map in table

Seems like some copy paste slipped through ;)
This commit is contained in:
Rasmus Porsager 2016-06-21 20:29:28 +02:00 committed by GitHub
parent 639967c767
commit bbeeb75087

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)