We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0972085 commit 9bffc70Copy full SHA for 9bffc70
getting-started/case-cond-and-if.markdown
@@ -93,7 +93,7 @@ The Erlang Virtual Machine (VM) only allows a limited set of expressions in guar
93
* `trunc(number)`
94
* `tuple_size(tuple)`
95
96
-Additionally, modules may define their own guard functions, starting usually with "is_".
+Additionally, users may define their own guard functions, usually starting with "is_".
97
98
Keep in mind errors in guards do not leak but simply make the guard fail:
99
0 commit comments