Skip to content

Commit c18ef44

Browse files
committed
fix typo
1 parent 69d3ed4 commit c18ef44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/reference/method/MongoDBCollection-find.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Parameters
5353
* - batchSize
5454
- integer
5555
- The maximum number of documents to return in the first batch. By default, the ``find()``
56-
command has an initial batch size of `101`` documents. This
56+
command has an initial batch size of ``101`` documents. This
5757
option can enforce a smaller limit than 16 mebibytes, 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.

source/reference/method/MongoDBDatabase-aggregate.txt

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

0 commit comments

Comments
 (0)