We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62d3aa commit 3eb6c0dCopy full SHA for 3eb6c0d
getting-started/case-cond-and-if.markdown
@@ -61,7 +61,7 @@ Elixir imports and allows the following expressions in guards by default:
61
* arithmetic operations (`+`, `-`, `*`, `/`)
62
* arithmetic unary operators (`+`, `-`)
63
* the binary concatenation operator `<>`
64
-* the `in` operator as long as the right side is range or a list
+* the `in` operator as long as the right side is a range or a list
65
* all the following type check functions:
66
* `is_atom/1`
67
* `is_binary/1`
0 commit comments