Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove math mode mentions, move short hand syntax documentation #257

Merged
merged 4 commits into from
Mar 7, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update working_with_lists.md
  • Loading branch information
sophiajt committed Mar 7, 2022
commit 0aad4dbbfcf17220915967b184ffa669ee1a903b
2 changes: 1 addition & 1 deletion book/working_with_lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let colors = []
= $colors | empty? # true
```

The `in` and `not in` operators are used to test whether a value is in a list. For example:
The `in` and `not-in` operators are used to test whether a value is in a list. For example:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a small tweak here, the operators are in and not-in


```bash
let colors = [red green blue]
Expand Down