Skip to content

Commit b02a39a

Browse files
committed
remove brackets
1 parent bf79b9e commit b02a39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/extracts-watch-option.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ content: |
44
Specifies the batch size for the cursor, which will apply to both the
55
initial ``aggregate`` command and any subsequent ``getMore`` commands.
66
If batchSize is set, ``aggregate`` and any subsequent ``getMore`` commands returns the smaller of 16 megabytes of data
7-
or batchSize documents. Operations of type ``find()``, ``aggregate()``, ``listIndexes``, and ``listCollections`` return a maximum of ``16`` megabytes per batch.
7+
or batchSize documents. Operations of type ``find``, ``aggregate``, ``listIndexes``, and ``listCollections`` return a maximum of ``16`` megabytes per batch.
88
batchSize can enforce a smaller limit than ``16`` megabytes, but not a larger one.
99
1010
Irrespective of the ``batchSize`` option, the initial ``aggregate`` command

0 commit comments

Comments
 (0)