From bbeeb750879a94fab5236cee16eba3ebbd74d69d Mon Sep 17 00:00:00 2001 From: Rasmus Porsager Date: Tue, 21 Jun 2016 20:29:28 +0200 Subject: [PATCH] Correct descriptions for map in table Seems like some copy paste slipped through ;) --- docs/prop.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/prop.md b/docs/prop.md index c8c986be..897f11be 100644 --- a/docs/prop.md +++ b/docs/prop.md @@ -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)