Skip to content

Commit 80c94ba

Browse files
committed
vale
1 parent d733ce6 commit 80c94ba

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

source/crud/read-operations/retrieve.txt

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

172-
For additional information on the methods and classes used to retrieve documents
172+
For more information on the methods and classes used to retrieve documents
173173
on this page, see the following API Documentation:
174174

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

source/crud/write-operations/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/write-operations/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/write-operations/modify.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ The following code is a complete, standalone file that performs a replace one op
305305
API Documentation
306306
-----------------
307307

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

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

317-
For additional information on the methods used in the examples on this
317+
For more information on the methods used in the examples on this
318318
page, see the following API Documentation:
319319

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

0 commit comments

Comments
 (0)