Skip to content

Commit 4318c7c

Browse files
committed
DOCS-579 add batchSize doc
1 parent 19b34c2 commit 4318c7c

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
@@ -50,4 +50,4 @@ cursor.batchSize()
5050
var curs = db.animals.find().batchSize(-10)
5151

5252
In the :program:`mongo` shell, the cursor closes after the first
53-
batch so that you can iterate the cursor only ``10`` times.
53+
batch so that you can iterate the cursor only ``10`` times.

0 commit comments

Comments
 (0)