Skip to content

Commit 0d738aa

Browse files
committed
remove gap in lists
1 parent 74e001a commit 0d738aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ The Erlang Virtual Machine (VM) only allows a limited set of expressions in guar
5959
* `<>` and `++` as long as the left side is a literal
6060
* the `in` operator
6161
* all the following type check functions:
62-
6362
* `is_atom/1`
6463
* `is_binary/1`
6564
* `is_bitstring/1`
@@ -75,9 +74,7 @@ The Erlang Virtual Machine (VM) only allows a limited set of expressions in guar
7574
* `is_port/1`
7675
* `is_reference/1`
7776
* `is_tuple/1`
78-
7977
* plus these functions:
80-
8178
* `abs(number)`
8279
* `bit_size(bitstring)`
8380
* `byte_size(bitstring)`

0 commit comments

Comments
 (0)