Skip to content

Commit fcfa1e4

Browse files
committed
forgot to save after merge fix
1 parent 16a93e5 commit fcfa1e4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

source/tutorial/change-streams-example.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Change Stream Examples
1414
Change streams are available for replica sets or sharded clusters with replica set
1515
shards. You cannot open a change stream against a standalone :binary:`~bin.mongod`.
1616
For a sharded cluster, you must issue the open change stream operation against
17-
the :binary:`~bin.mongos`.
17+
the :binary:`~bin.mongos`.
1818

1919
The replica set or the sharded cluster must use:
2020

@@ -55,14 +55,9 @@ Change Stream Examples
5555
The C examples below assume that you have `connected to a MongoDB replica set and have accessed a database
5656
<http://mongoc.org/libmongoc/current/tutorial.html#making-a-connection/>`_
5757
that contains an ``inventory`` collection.
58-
<<<<<<< HEAD
59-
6058

61-
- id: node
62-
=======
6359

6460
- id: nodejs
65-
>>>>>>> merge fix
6661
content: |
6762
The Node.js examples below assume that you have `connected to a MongoDB replica set and have accessed a database
6863
<https://mongodb.github.io/node-mongodb-native/api-generated/mongoclient.html#connect>`_

0 commit comments

Comments
 (0)