Skip to content

Commit 0aad4db

Browse files
authored
Update working_with_lists.md
1 parent 18a5b13 commit 0aad4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/working_with_lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +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. For example:
46+
The `in` and `not-in` operators are used to test whether a value is in a list. For example:
4747
4848
```bash
4949
let colors = [red green blue]

0 commit comments

Comments
 (0)