Skip to content

Commit 3eb6c0d

Browse files
committed
Fix small type in case-cond-if
1 parent e62d3aa commit 3eb6c0d

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
@@ -61,7 +61,7 @@ Elixir imports and allows the following expressions in guards by default:
6161
* arithmetic operations (`+`, `-`, `*`, `/`)
6262
* arithmetic unary operators (`+`, `-`)
6363
* the binary concatenation operator `<>`
64-
* the `in` operator as long as the right side is range or a list
64+
* the `in` operator as long as the right side is a range or a list
6565
* all the following type check functions:
6666
* `is_atom/1`
6767
* `is_binary/1`

0 commit comments

Comments
 (0)