Skip to content

Commit

Permalink
Fix "Query options"
Browse files Browse the repository at this point in the history
Fix a code example in the section "Query options"
  • Loading branch information
pvorb committed Mar 22, 2013
1 parent 37d4b73 commit 31c2048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/queries.md
Expand Up @@ -195,7 +195,7 @@ Query options define the behavior of the query.
var options = {
"limit": 20,
"skip": 10,
"sort": title
"sort": "title"
}

collection.find({}, options).toArray(...);
Expand Down

0 comments on commit 31c2048

Please sign in to comment.