Skip to content

Commit

Permalink
fix typo in docs (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
KirilKabakchiev authored Mar 12, 2019
1 parent d2ad564 commit f9aebbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ x in [val1||val2]|y = 5|z eqornil value with \| separator
- Example: `id lt 5`
* In (**in**)
- Checks whether the left operand's value is contained in the right operand. Works only for list values of the right operand contained in square braces.
- Example: `id in [5|6|7]`
- Example: `id in [5||6||7]`
* Not in (**notin**)
- Checks whether the left operand's value is NOT contained in the right operand. Works only for list values of the right operand contained in square braces.
- Example: `id notin [1|2|3]`
- Example: `id notin [1||2||3]`

## Query Types

Expand Down

0 comments on commit f9aebbd

Please sign in to comment.