Skip to content

Commit 570f06a

Browse files
committed
Fix
1 parent 2b92531 commit 570f06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/do.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ data Maybe a = Nothing | Just a
44

55
--
66
-- In order to define an instance of Monad for the Maybe type,
7-
-- we need to provide instaces for its superclasses:
7+
-- we need to provide instances for its superclasses:
88
-- Functor, Apply, Applicative and Bind.
99
--
1010

0 commit comments

Comments
 (0)