We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee541b commit e17346aCopy full SHA for e17346a
text/chapter3.md
@@ -665,7 +665,7 @@ findEntry firstName lastName book = head $ filter filterEntry book
665
```
666
We'll see an even more elegant way to rewrite this line with "function composition" in the next section.
667
668
-If you'd like to use a concise infix operator alias as a prefix function, you can surround it in parenthesis:
+If you'd like to use a concise infix operator alias as a prefix function, you can surround it in parentheses:
669
670
```text
671
> 8 + 3
0 commit comments