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 19b34c2 commit 4318c7cCopy full SHA for 4318c7c
source/reference/method/cursor.batchSize.txt
@@ -50,4 +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.
+ batch so that you can iterate the cursor only ``10`` times.
0 commit comments