Skip to content

Commit 34c84cd

Browse files
committed
DOCS-579 batchSize doc fix spelling
1 parent 6d7008b commit 34c84cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/method/cursor.batchSize.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ cursor.batchSize()
3636

3737
This operation will set the batch size for the results of a query
3838
(i.e. :method:`find() <db.collection.find()>`) to ``10``. The
39-
effects of this operation do not effect the output in the
39+
effects of this operation do not affect the output in the
4040
:program:`mongo` shell, which always iterates over the first 20
4141
documents.

0 commit comments

Comments
 (0)