File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
- `1.1.0 <https://github.com/mongodb/mongo-c-driver/releases >`_
9
9
10
10
* - `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 >`__
12
12
13
13
* - :ecosystem: `C# </drivers/csharp> `
14
14
- `1.10 <https://github.com/mongodb/mongo-csharp-driver/releases >`_
20
20
- `1.4.29 <https://github.com/mongodb/node-mongodb-native/releases >`_
21
21
22
22
* - :ecosystem: `Perl </drivers/perl> `
23
- - `1.0.0 <https://metacpan.org/release/MongoDB >`_
23
+ - `1.0.0 <https://metacpan.org/release/MongoDB >`__
24
24
25
25
* - :ecosystem: `PHP </drivers/php> `
26
26
- `1.6 <http://pecl.php.net/package/mongo >`_
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ as long as a connection to the MongoDB deployment remains open *and* the collect
140
140
.. class:: copyable-code
141
141
142
142
.. literalinclude:: /driver-examples/ChangeStreamNodeExamples.js
143
- :language: nodejs
143
+ :language: javascript
144
144
:dedent: 0
145
145
:start-after: Start Changestream Example 1
146
146
:end-before: End Changestream Example 1
@@ -276,7 +276,7 @@ update operation.
276
276
.. class:: copyable-code
277
277
278
278
.. literalinclude:: /driver-examples/ChangeStreamNodeExamples.js
279
- :language: nodejs
279
+ :language: javascript
280
280
:dedent: 0
281
281
:start-after: Start Changestream Example 2
282
282
:end-before: End Changestream Eample 2
@@ -442,14 +442,14 @@ Resume a Change Stream
442
442
- id: nodejs
443
443
content: |
444
444
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
446
446
the change stream attempts to resume notifications starting at the
447
447
operation specified.
448
448
449
449
.. class:: copyable-code
450
450
451
451
.. literalinclude:: /driver-examples/ChangeStreamNodeExamples.js
452
- :language: nodejs
452
+ :language: javascript
453
453
:dedent: 0
454
454
:start-after: Start Changestream Example 3
455
455
:end-before: End Changestream Example 3
You can’t perform that action at this time.
0 commit comments