Skip to content

Commit 9bffc70

Browse files
committed
re-phrase sentence about user defined guard functions
1 parent 0972085 commit 9bffc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: getting-started/case-cond-and-if.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The Erlang Virtual Machine (VM) only allows a limited set of expressions in guar
9393
* `trunc(number)`
9494
* `tuple_size(tuple)`
9595

96-
Additionally, modules may define their own guard functions, starting usually with "is_".
96+
Additionally, users may define their own guard functions, usually starting with "is_".
9797

9898
Keep in mind errors in guards do not leak but simply make the guard fail:
9999

0 commit comments

Comments
 (0)