From f9aebbdffa79e131ec7a365276abc9c4348dc518 Mon Sep 17 00:00:00 2001 From: Kiril Kabakchiev Date: Tue, 12 Mar 2019 15:15:34 +0200 Subject: [PATCH] fix typo in docs (#234) --- docs/usage/labels.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/labels.md b/docs/usage/labels.md index 7c912b249..256ddae62 100644 --- a/docs/usage/labels.md +++ b/docs/usage/labels.md @@ -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