summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2010-12-29 13:28:37 -0500
committerDwight <dwight@10gen.com>2010-12-29 13:28:37 -0500
commitbe01a4f1d1c83b0e9a4ea31660542565c2c58c5f (patch)
treed653dfdf382dd0ec1685859aa3cec44eb9c3dc08 /client
parente6452738d8f20b2f19cdaa92bb4e11d7027566bb (diff)
downloadmongo-be01a4f1d1c83b0e9a4ea31660542565c2c58c5f.tar.gz
comment
Diffstat (limited to 'client')
-rw-r--r--client/dbclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dbclient.h b/client/dbclient.h
index b5e298234de..87fae77012c 100644
--- a/client/dbclient.h
+++ b/client/dbclient.h
@@ -722,7 +722,7 @@ namespace mongo {
You may format as
{ query: { ... }, orderby: { ... } }
to specify a sort order.
- @param nToReturn n to return. 0 = unlimited
+ @param nToReturn n to return (i.e., limit). 0 = unlimited
@param nToSkip start with the nth item
@param fieldsToReturn optional template of which fields to select. if unspecified, returns all fields
@param queryOptions see options enum at top of this file