Skip to content

Commit 38b18d7

Browse files
committed
Merge pull request elixir-lang#502 from eksperimental/fix
re-phrase sentence about user defined guard functions
2 parents 0972085 + 9bffc70 commit 38b18d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)