From fa19cb5d42f2cee205f00a61ab86906040ac144d Mon Sep 17 00:00:00 2001 From: Thomas Schmidts Date: Thu, 16 Oct 2014 18:09:25 +0200 Subject: [PATCH] Fixed spelling error --- 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 3c8ca228f8..e0d38b098f 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, a user might be returned multiple times. This is the +Note that in the above result, an 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.