Skip to content

Commit 9c274ad

Browse files
caitlindaveyCaitlin Daveyrustagir
authored
Created new branch to resolve conflicts. (mongodb#693)
* Created new branch to resolve conflicts. * Update source/whats-new.txt Co-authored-by: Rea Rustagi <[email protected]> --------- Co-authored-by: Caitlin Davey <[email protected]> Co-authored-by: Rea Rustagi <[email protected]>
1 parent 5bcdb61 commit 9c274ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/fundamentals/time-series.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Node.js driver.
2020
Create a Time Series Collection
2121
-------------------------------
2222

23-
We recommend that you create a time series collection using the MongoDB Shell.
24-
Refer to the :mdb-shell:`MongoDB Shell documentation<>` to learn more.
23+
We recommend that you create a time series collection using the MongoDB Shell.
24+
Learn more about how to install and run the MongoDB Shell in the :mdb-shell:`MongoDB Shell documentation <>`.
2525
For detailed instructions on creating a time series collection
2626
using the MongoDB Shell, see our
2727
:manual:`MongoDB Manual entry on time series collections </core/timeseries-collections/#create-a-time-series-collection>`.

source/whats-new.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ New features of the 4.10 {+driver-short+} release include:
366366
myColl.findOne().then(res => callback(null, res), err => callback(err))
367367

368368
- If you are unable to migrate to Promises in a large codebase, you can
369-
use the `{+driver-long+} with optional callback support <https://www.npmjs.com/package/mongodb-legacy>`__ package.
369+
use the legacy `{+driver-short+} with optional callback support <https://www.npmjs.com/package/mongodb-legacy>`__.
370370

371371
To learn more, see `v4.10.0 Release Highlights <https://github.com/mongodb/node-mongodb-native/releases/tag/v4.10.0>`__.
372372

0 commit comments

Comments
 (0)