Skip to content

Commit d6bcae8

Browse files
committed
Merge pull request #2 from aloiscochard/patch-1
Fix typo
2 parents 2b92531 + 570f06a commit d6bcae8

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)