Skip to content

Commit 248115f

Browse files
committed
fix typo
1 parent b02a39a commit 248115f

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
@@ -53,7 +53,7 @@ Parameters
5353
* - batchSize
5454
- integer
5555
- Sets the number of documents to return in the first batch if the number of documents to return is over ``101``.
56-
Defaults to `101``. A batchSize of ``0`` means that the cursor will be
56+
Defaults to ``101``. A batchSize of ``0`` means that the cursor will be
5757
established, but no documents will be returned in the first batch.
5858

5959
Unlike the previous wire protocol version, a batchSize of ``1`` for the

0 commit comments

Comments
 (0)