Skip to content

Commit aaf19e6

Browse files
committed
move warning
1 parent 1ef168a commit aaf19e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/monitoring-and-logging/change-streams.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ section for more information on the settings you can configure with this object.
6060
The ``watch()`` method returns an instance of a `ChangeStream <{+api+}/classes/ChangeStream.html>`__. You can read events from
6161
change streams by iterating over them or listening for events.
6262

63+
.. include:: /includes/changestream-paradigm-warning.rst
64+
6365
Select the tab that corresponds to the way you want to
6466
read events from the change stream:
6567

@@ -115,8 +117,6 @@ read events from the change stream:
115117

116118
changeStream.close();
117119

118-
.. include:: /includes/changestream-paradigm-warning.rst
119-
120120
.. _node-usage-watch:
121121

122122
Examples

0 commit comments

Comments
 (0)