Skip to content

Commit d2e4594

Browse files
authored
one more plural
Signed-off-by: Matthijs <[email protected]>
1 parent 5873523 commit d2e4594

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source_md/functors-applicative-functors-and-monoids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1770,7 +1770,7 @@ GT
17701770
```
17711771

17721772
With lists, numbers and boolean values, finding monoids was just a matter of looking at already existing commonly used functions and seeing if they exhibit some sort of monoid behavior.
1773-
With `Ordering`, we have to look a bit harder to recognize a monoid, but it turns out that its `Monoid` instance is just as intuitive as the ones we've met so far and also quite useful:
1773+
With `Ordering`, we have to look a bit harder to recognize a monoid, but it turns out that its instances are just as intuitive as the ones we've met so far and also quite useful:
17741774

17751775
```{.haskell:hs}
17761776
instance Semigroup Ordering where

0 commit comments

Comments
 (0)