Skip to content

Commit 503335d

Browse files
committed
vale
1 parent d097e5f commit 503335d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

source/crud/delete.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ API documentation.
177177
API Documentation
178178
-----------------
179179

180-
For additional information on the methods and classes used to delete documents, see the following API Documentation:
180+
For more information on the methods and classes used to delete documents, see the following API Documentation:
181181

182182
- `deleteOne() <{+api+}/apidocs/mongodb-driver-sync/com/mongodb/client/MongoCollection.html#deleteOne(org.bson.conversions.Bson)>`__
183183
- `deleteMany() <{+api+}/apidocs/mongodb-driver-sync/com/mongodb/client/MongoCollection.html#deleteMany(org.bson.conversions.Bson)>`__

source/crud/insert.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ method, see our
4444
Unless you have provided strong guarantees for uniqueness, we recommend
4545
you let the driver automatically generate ``_id`` values.
4646

47-
For additional information on unique indexes, see the manual entry on
47+
For more information on unique indexes, see the manual entry on
4848
:manual:`Unique Indexes </core/index-unique/>`.
4949

5050
.. _java-insertone:
@@ -181,7 +181,7 @@ operation and an insert many operation.
181181
API Documentation
182182
-----------------
183183

184-
For additional information on the methods and classes used to insert documents, see the following API Documentation:
184+
For more information on the methods and classes used to insert documents, see the following API Documentation:
185185

186186
- `insertOne() <{+api+}/apidocs/mongodb-driver-sync/com/mongodb/client/MongoCollection.html#insertOne(TDocument)>`__
187187
- `InsertOneResult <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/result/InsertOneResult.html>`__

source/crud/query-documents/find.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ the {+mdb-server+} manual page on :manual:`Aggregation </aggregation>`.
167167
API Documentation
168168
-----------------
169169

170-
For additional information on the methods and classes used to retrieve documents
170+
For more information on the methods and classes used to retrieve documents
171171
on this page, see the following API Documentation:
172172

173173
- `find() <{+api+}/apidocs/mongodb-driver-sync/com/mongodb/client/MongoCollection.html#find()>`__

source/crud/update-documents.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ The following code is a complete, standalone file that performs a replace one op
314314
API Documentation
315315
-----------------
316316

317-
For additional information on the methods and classes used to modify documents, see the following API Documentation:
317+
For more information on the methods and classes used to modify documents, see the following API Documentation:
318318

319319
- `updateOne() <{+api+}/apidocs/mongodb-driver-sync/com/mongodb/client/MongoCollection.html#updateOne(org.bson.conversions.Bson,java.util.List,com.mongodb.client.model.UpdateOptions)>`__
320320
- `updateMany() <{+api+}/apidocs/mongodb-driver-sync/com/mongodb/client/MongoCollection.html#updateMany(org.bson.conversions.Bson,java.util.List,com.mongodb.client.model.UpdateOptions)>`__
@@ -323,7 +323,7 @@ For additional information on the methods and classes used to modify documents,
323323
- `ReplaceOptions <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/ReplaceOptions.html?is-external=true>`__
324324
- `UpdateResult <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/result/UpdateResult.html>`__
325325

326-
For additional information on the methods used in the examples on this
326+
For more information on the methods used in the examples on this
327327
page, see the following API Documentation:
328328

329329
- `eq() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Filters.html#eq(java.lang.String,TItem)>`__

0 commit comments

Comments
 (0)