Skip to content

Commit 19b34c2

Browse files
committed
DOCS-579 add batchSize doc
1 parent 83b0744 commit 19b34c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/reference/method/cursor.batchSize.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +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.
54-
53+
batch so that you can iterate the cursor only ``10`` times.

0 commit comments

Comments
 (0)