Skip to content

Commit 46c4c18

Browse files
committed
vale
1 parent 4205c7c commit 46c4c18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/includes/reference/find-parameters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
limit, if the limited result set does not fit into a single batch, the
8080
number of documents received will be less than the specified limit. By
8181
passing a negative limit, the client indicates to the server that it
82-
will not ask for a subsequent batch via getMore.
82+
will not ask for a subsequent batch by using getMore.
8383

8484
* - max
8585
- array|object

source/reference/method/MongoDBDatabase-createEncryptedCollection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ an encrypted string field.
121121
If the encrypted collection is successfully created,
122122
``$encryptedFields['fields'][0]['keyId']`` contains a
123123
:php:`MongoDB\BSON\Binary <class.mongodb-bson-binary>` object with
124-
subtype 4 (i.e. UUID).
124+
subtype 4 (UUID).
125125

126126
The modified ``encryptedFields`` option can then be used to construct a new
127127
:phpclass:`MongoDB\Client` with auto encryption enabled.

0 commit comments

Comments
 (0)