From 4161a08371ee86f22dc66c6d816d69de5de22605 Mon Sep 17 00:00:00 2001 From: Thomas Schmidts Date: Thu, 14 Aug 2014 15:20:08 +0200 Subject: [PATCH] Fixed spelling error --- Documentation/Books/Users/Aql/Advanced.mdpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/Books/Users/Aql/Advanced.mdpp b/Documentation/Books/Users/Aql/Advanced.mdpp index 9447066861..27b479e732 100644 --- a/Documentation/Books/Users/Aql/Advanced.mdpp +++ b/Documentation/Books/Users/Aql/Advanced.mdpp @@ -32,11 +32,11 @@ Subqueries may also include other subqueries themselves. !SUBSECTION Variable expansion In order to access a named attribute from all elements in a list easily, AQL -offers the shortcut operator *[\*]* for variable expansion. +offers the shortcut operator [*] for variable expansion. -Using the *[\*]* operator with a variable will iterate over all elements in the +Using the [*] operator with a variable will iterate over all elements in the variable thus allowing to access a particular attribute of each element. It is -required that the expanded variable is a list. The result of the *[\*]* +required that the expanded variable is a list. The result of the [*] operator is again a list. FOR u IN users