1
0
Fork 0

refixed typo: a user is correct.

This commit is contained in:
James 2014-10-17 08:38:21 +01:00
parent e4460501e7
commit 80b9808646
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ FOR u IN users
!SUBSECTION Horizontal lists !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 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. can be returned in a horizontal list. This will return each user at most once.