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 83b0744 commit 19b34c2Copy full SHA for 19b34c2
source/reference/method/cursor.batchSize.txt
@@ -50,5 +50,4 @@ cursor.batchSize()
50
var curs = db.animals.find().batchSize(-10)
51
52
In the :program:`mongo` shell, the cursor closes after the first
53
- batch so that you can iterate the cursor only ``10`` times.
54
-
+ batch so that you can iterate the cursor only ``10`` times.
0 commit comments