Skip to content

Commit bf79b9e

Browse files
committed
remove brackets
1 parent 4d29070 commit bf79b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/method/MongoDBCollection-listSearchIndexes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Parameters
4343
- Specifies the batch size for the cursor, which will apply to both thex
4444
initial ``aggregate`` command and any subsequent ``getMore`` commands.
4545
If batchSize is set, ``aggregate`` and any subsequent ``getMore`` commands returns the smaller of ``16`` megabytes of data
46-
or batchSize documents. Operations of type ``find()``, ``aggregate()``, ``listIndexes``, and ``listCollections`` return a maximum of ``16`` megabytes per batch.
46+
or batchSize documents. Operations of type ``find``, ``aggregate``, ``listIndexes``, and ``listCollections`` return a maximum of ``16`` megabytes per batch.
4747
batchSize can enforce a smaller limit than ``16`` megabytes, but not a larger one.
4848

4949
If batchSize is not set, ``aggregate`` and ``getMore`` commands return up to ``16`` megabytes of data.

0 commit comments

Comments
 (0)