From 80b98086465f90e2b31ca005f1bf3d89205f8945 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 17 Oct 2014 08:38:21 +0100 Subject: [PATCH] refixed typo: a user is correct. --- Documentation/Books/Users/AqlExamples/Join.mdpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Books/Users/AqlExamples/Join.mdpp b/Documentation/Books/Users/AqlExamples/Join.mdpp index e0d38b098f..3c8ca228f8 100644 --- a/Documentation/Books/Users/AqlExamples/Join.mdpp +++ b/Documentation/Books/Users/AqlExamples/Join.mdpp @@ -64,7 +64,7 @@ FOR u IN users !SUBSECTION Horizontal lists -Note that in the above result, an user might be returned multiple times. This is the +Note that in the above result, a user might be returned multiple times. This is the SQL way of returning data. If this is not desired, the friends' ids of each user can be returned in a horizontal list. This will return each user at most once.