diff options
author | Mathias Stearn <mathias@10gen.com> | 2009-10-14 15:54:13 -0400 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2009-10-14 15:54:13 -0400 |
commit | ec8def516bf0e610c9d0fe9b3d54de34e9e97ff6 (patch) | |
tree | e8953e191421cc5a42ace6e7d5ffe103158d00cd /client | |
parent | e36facf0a1377ef4ac1c8e6091c8bbd590c94bf0 (diff) | |
download | mongo-ec8def516bf0e610c9d0fe9b3d54de34e9e97ff6.tar.gz |
minor doc fix
Diffstat (limited to 'client')
-rw-r--r-- | client/dbclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dbclient.h b/client/dbclient.h index 9eee76149a8..7f0042e2611 100644 --- a/client/dbclient.h +++ b/client/dbclient.h @@ -580,7 +580,7 @@ namespace mongo { ns: namespace to query, format is <dbname>.<collectname>[.<collectname>]* query: query to perform on the collection. this is a BSONObj (binary JSON) You may format as - { query: { ... }, order: { ... } } + { query: { ... }, orderby: { ... } } to specify a sort order. nToReturn: n to return. 0 = unlimited nToSkip: start with the nth item |