Skip to content

Commit 89b304c

Browse files
committed
typo
1 parent 6183d86 commit 89b304c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/method/MongoDBCollection-find.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Parameters
5454
- integer
5555
- The maximum number of documents within each batch returned in a query result. By default, the ``find``
5656
command has an initial batch size of ``101`` documents and a maximum size of 16 mebibytes (MiB)
57-
for each subsequent batch. This option can enforce a smaller limit than 16 mebibytes (MiB), but not a larger
57+
for each subsequent batch. This option can enforce a smaller limit than 16 MiB, but not a larger
5858
one. If you set ``batchSize`` to a limit that results in batches larger than
5959
16 MiB, this option has no effect.
6060

0 commit comments

Comments
 (0)