Skip to content

Commit 2b7584f

Browse files
committed
DOCSP-30350 small tweaks to punctuation and wording
1 parent 763949d commit 2b7584f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

source/crud/bulk.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,8 @@ Troubleshooting
629629
---------------
630630

631631
If the driver encounters an error during a bulk write operation, the driver
632-
throws a `MongoBulkWriteException
633-
<{+core-api+}/MongoBulkWriteException.html>`__. A ``MongoBulkWriteException``
632+
throws a `MongoBulkWriteException.
633+
<{+core-api+}/MongoBulkWriteException.html>`__ A ``MongoBulkWriteException``
634634
contains a ``writeErrors`` field consisting of a list of one or more
635635
``WriteError`` objects associated with the same bulk write operation.
636636

@@ -665,7 +665,7 @@ value of ``"three"`` and another with a ``quantity`` field value of ``"ten"``.
665665
... 19 more
666666

667667
To learn more about the ``MongoBulkWriteException`` and ``WriteError`` types,
668-
see MongoBulkWriteException and WriteError in the API documentation.
668+
see MongoBulkWriteException and WriteError in the API Documentation section.
669669

670670
Additional Information
671671
----------------------

source/crud/insert.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ thrown if you attempt to insert a document where the value of ``quantity`` is
218218
com.mongodb.internal.connection.WriteResultHelper.createWriteException(WriteResultHelper.java:50)
219219

220220
To learn more about the ``MongoWriteException`` and ``WriteError`` types,
221-
see MongoWriteException and WriteError in the API documentation. To learn
222-
more about schema validation, see Schema Validation in Additional Information.
221+
see MongoWriteException and WriteError in the API Documentation section. To learn
222+
more about schema validation, see Schema Validation in the Server Manual Entries section.
223223

224224
Additional Information
225225
----------------------

0 commit comments

Comments
 (0)