Skip to content

Commit 6845058

Browse files
committed
fix build errors
1 parent fcfa1e4 commit 6845058

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

source/includes/list-table-3.0-driver-compatibility.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- `1.1.0 <https://github.com/mongodb/mongo-c-driver/releases>`_
99

1010
* - `C++ <https://github.com/mongodb/mongo-cxx-driver>`_
11-
- `1.0.0 <https://github.com/mongodb/mongo-cxx-driver/releases>`_
11+
- `1.0.0 <https://github.com/mongodb/mongo-cxx-driver/releases>`__
1212

1313
* - :ecosystem:`C# </drivers/csharp>`
1414
- `1.10 <https://github.com/mongodb/mongo-csharp-driver/releases>`_
@@ -20,7 +20,7 @@
2020
- `1.4.29 <https://github.com/mongodb/node-mongodb-native/releases>`_
2121

2222
* - :ecosystem:`Perl </drivers/perl>`
23-
- `1.0.0 <https://metacpan.org/release/MongoDB>`_
23+
- `1.0.0 <https://metacpan.org/release/MongoDB>`__
2424

2525
* - :ecosystem:`PHP </drivers/php>`
2626
- `1.6 <http://pecl.php.net/package/mongo>`_

source/tutorial/change-streams-example.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ as long as a connection to the MongoDB deployment remains open *and* the collect
140140
.. class:: copyable-code
141141

142142
.. literalinclude:: /driver-examples/ChangeStreamNodeExamples.js
143-
:language: nodejs
143+
:language: javascript
144144
:dedent: 0
145145
:start-after: Start Changestream Example 1
146146
:end-before: End Changestream Example 1
@@ -276,7 +276,7 @@ update operation.
276276
.. class:: copyable-code
277277

278278
.. literalinclude:: /driver-examples/ChangeStreamNodeExamples.js
279-
:language: nodejs
279+
:language: javascript
280280
:dedent: 0
281281
:start-after: Start Changestream Example 2
282282
:end-before: End Changestream Eample 2
@@ -442,14 +442,14 @@ Resume a Change Stream
442442
- id: nodejs
443443
content: |
444444
In the example below, the ``resumeAfter`` option is appended to the stream options
445-
to recreate the stream after it has been destroyed. Passing the ``_id` to
445+
to recreate the stream after it has been destroyed. Passing the ``_id`` to
446446
the change stream attempts to resume notifications starting at the
447447
operation specified.
448448

449449
.. class:: copyable-code
450450

451451
.. literalinclude:: /driver-examples/ChangeStreamNodeExamples.js
452-
:language: nodejs
452+
:language: javascript
453453
:dedent: 0
454454
:start-after: Start Changestream Example 3
455455
:end-before: End Changestream Example 3

0 commit comments

Comments
 (0)