From 724a004dcb96bc7f73e54f7e54709f1a3496db2d Mon Sep 17 00:00:00 2001 From: jsteemann Date: Thu, 17 Jan 2019 19:47:30 +0100 Subject: [PATCH] fix typo in docs --- Documentation/Books/AQL/Operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Books/AQL/Operators.md b/Documentation/Books/AQL/Operators.md index ee64c446ec..b1f5bd8ff9 100644 --- a/Documentation/Books/AQL/Operators.md +++ b/Documentation/Books/AQL/Operators.md @@ -29,7 +29,7 @@ otherwise. The comparison operators accept any data types for the first and second operands. However, *IN* and *NOT IN* will only return a meaningful result if their right-hand -operand is a string, and *LIKE* will only execute if both operands are string values. +operand is an array, and *LIKE* will only execute if both operands are string values. The comparison operators will not perform any implicit type casts if the compared operands have different or non-sensible types.