Skip to content

Commit e17346a

Browse files
authored
Update text/chapter3.md
1 parent cee541b commit e17346a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/chapter3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ findEntry firstName lastName book = head $ filter filterEntry book
665665
```
666666
We'll see an even more elegant way to rewrite this line with "function composition" in the next section.
667667

668-
If you'd like to use a concise infix operator alias as a prefix function, you can surround it in parenthesis:
668+
If you'd like to use a concise infix operator alias as a prefix function, you can surround it in parentheses:
669669

670670
```text
671671
> 8 + 3

0 commit comments

Comments
 (0)