Skip to content

Commit 69955e3

Browse files
committed
fixed documentation error in the Extend typeclass
1 parent 82f4e2a commit 69955e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Maybe.purs

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ instance monadZeroMaybe :: MonadZero Maybe
153153
-- |
154154
-- | ``` purescript
155155
-- | f <<= Nothing = Nothing
156-
-- | f <<= Just x = Just (f x)
156+
-- | f <<= x = Just (f x)
157157
-- | ```
158158
instance extendMaybe :: Extend Maybe where
159159
extend _ Nothing = Nothing

0 commit comments

Comments
 (0)