Skip to content

Commit 965b249

Browse files
committed
consistency: 'type class' with a space
1 parent 93945ff commit 965b249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Control/Plus.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Control.Plus where
22

33
import Control.Alt
44

5-
-- | The `Plus` type class extends the `Alt` typeclass with a value that
5+
-- | The `Plus` type class extends the `Alt` type class with a value that
66
-- | should be the left and right identity for `(<|>)`.
77
-- |
88
-- | `Plus` instances should satisfy the following laws:

0 commit comments

Comments
 (0)