Skip to content

Commit d4dc33b

Browse files
committed
fixup! grammar
1 parent c852e4f commit d4dc33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown/source_md/types-and-typeclasses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ ghci> :t (==)
199199
::: {.hintbox}
200200
**Note**: the equality operator, `==` is a function.
201201
So are `+`, `*`, `-`, `/` and pretty much all operators.
202-
If a function name comprised only special characters, it's considered an infix function by default.
202+
If a function name is comprised only of special characters, it's considered an infix function by default.
203203
If we want to examine its type, pass it to another function or call it as a prefix function, we have to surround it in parentheses.
204204
:::
205205

0 commit comments

Comments
 (0)