We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7008b commit 34c84cdCopy full SHA for 34c84cd
source/reference/method/cursor.batchSize.txt
@@ -36,6 +36,6 @@ cursor.batchSize()
36
37
This operation will set the batch size for the results of a query
38
(i.e. :method:`find() <db.collection.find()>`) to ``10``. The
39
- effects of this operation do not effect the output in the
+ effects of this operation do not affect the output in the
40
:program:`mongo` shell, which always iterates over the first 20
41
documents.
0 commit comments