Skip to content

Commit f66ae4d

Browse files
committed
last two errors in ticket
1 parent 672a91f commit f66ae4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/connect/stable-api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ option to ``False`` when constructing your ``ServerApi`` object.
122122
API Documentation
123123
-----------------
124124

125-
For more information about using the {+stable-api+} with {+driver-short+}, see the
125+
For more information about using the {+stable-api+} with the {+driver-short+}, see the
126126
following API documentation:
127127

128128
- `ServerApi <{+core-api+}/com/mongodb/ServerApi.html>`__

source/data-formats/time-series.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ series data:
4646
- Monthly rent price
4747
- Location, currency
4848

49-
.. _cpp-time-series-create:
49+
.. _kotlin-sync-time-series-create:
5050

5151
Create a Time Series Collection
5252
-------------------------------

source/write/bulk-write.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ The following example performs multiple write operations by using the
209209
modifiedCount=2, upserts=[], inserts=[BulkWriteInsert{index=0,
210210
id=BsonObjectId{value=...}}]}
211211

212-
If any of the write operations fail, {+driver-short+} raises a
212+
If any of the write operations fail, the {+driver-short+} raises a
213213
``BulkWriteError`` and does not perform any further operations.
214214
``BulkWriteError`` provides a ``details`` item that includes the
215215
operation that failed, and details about the exception.

0 commit comments

Comments
 (0)