1
0
Fork 0

Fixed spelling error

This commit is contained in:
Thomas Schmidts 2014-10-16 18:09:25 +02:00
parent a6b237b06e
commit fa19cb5d42
1 changed files with 1 additions and 1 deletions

View File

@ -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.