Skip to content

Commit 635e787

Browse files
committed
style guide
1 parent 89b304c commit 635e787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/method/MongoDBCollection-listSearchIndexes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Parameters
4242
- integer
4343
- The maximum number of documents within each batch returned in a query result, which applies
4444
to the ``aggregate`` command. By default, the ``aggregate`` command has an initial batch size of
45-
``101`` documents and a maximum size of 16 mebibytes for each subsequent batch. This
46-
option can enforce a smaller limit than 16 mebibytes, but not a larger
45+
``101`` documents and a maximum size of 16 mebibyte (MiB) for each subsequent batch. This
46+
option can enforce a smaller limit than 16 MiB, but not a larger
4747
one. If you set ``batchSize`` to a limit that results in batches larger than
4848
16 MiB, this option has no effect.
4949

0 commit comments

Comments
 (0)