Skip to content

Commit 18a5b13

Browse files
committed
Remove math mode from lists page, no longer necessary
1 parent 38968d8 commit 18a5b13

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

book/working_with_lists.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ let colors = []
4343
= $colors | empty? # true
4444
```
4545
46-
The `in` and `not in` operators are used to test whether a value is in a list.
47-
Operators can only be used in "math mode".
48-
One way to enter math mode is to begin an expression with `=`.
49-
For example:
46+
The `in` and `not in` operators are used to test whether a value is in a list. For example:
5047
5148
```bash
5249
let colors = [red green blue]

0 commit comments

Comments
 (0)