We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3824280 commit b8cb620Copy full SHA for b8cb620
docs/typeclasses/semigroup.md
@@ -169,7 +169,7 @@ def combineAll[A: Semigroup](as: List[A]): A =
169
```
170
171
`Semigroup` isn't powerful enough for us to implement this function - namely, it doesn't give us an identity
172
-or fallback value if the list is empty. We need a power expressive abstraction, which we can find in the
+or fallback value if the list is empty. We need a more powerfully expressive abstraction, which we can find in the
173
`Monoid` type class.
174
175
N.B.
0 commit comments