@@ -5,12 +5,10 @@ content: |
55 the maximum number of change events to return in each response from the
66 server.
77
8- .. note::
9-
10- Irrespective of the ``batchSize`` option, the initial ``aggregate`` command
11- response for a change stream generally does not include any documents
12- unless another option is used to configure its starting point (e.g.
13- ``startAfter``).
8+ Irrespective of the ``batchSize`` option, the initial ``aggregate`` command
9+ response for a change stream generally does not include any documents
10+ unless another option is used to configure its starting point (e.g.
11+ ``startAfter``).
1412 ---
1513ref : watch-option-fullDocument
1614content : |
@@ -37,9 +35,7 @@ content: |
3735 - ``MongoDB\Operation\Watch::FULL_DOCUMENT_WHEN_AVAILABLE``
3836 - ``MongoDB\Operation\Watch::FULL_DOCUMENT_REQUIRED``
3937
40- .. note::
41-
42- This is an option of the ``$changeStream`` pipeline stage.
38+ This is an option of the ``$changeStream`` pipeline stage.
4339 ---
4440ref : watch-option-fullDocumentBeforeChange
4541content : |
@@ -57,9 +53,7 @@ content: |
5753 - ``MongoDB\Operation\Watch::FULL_DOCUMENT_BEFORE_CHANGE_WHEN_AVAILABLE``
5854 - ``MongoDB\Operation\Watch::FULL_DOCUMENT_BEFORE_CHANGE_REQUIRED``
5955
60- .. note::
61-
62- This is an option of the ``$changeStream`` pipeline stage.
56+ This is an option of the ``$changeStream`` pipeline stage.
6357
6458 .. versionadded:: 1.13
6559 ---
@@ -77,9 +71,7 @@ content: |
7771 ``startAtOperationTime`` will result in a server error. The options are
7872 mutually exclusive.
7973
80- .. note::
81-
82- This is an option of the ``$changeStream`` pipeline stage.
74+ This is an option of the ``$changeStream`` pipeline stage.
8375 ---
8476ref : watch-option-showExpandedEvents
8577content : |
@@ -97,9 +89,7 @@ content: |
9789 This is not supported for server versions prior to 6.0 and will result in an
9890 exception at execution time if used.
9991
100- .. note::
101-
102- This is an option of the ``$changeStream`` pipeline stage.
92+ This is an option of the ``$changeStream`` pipeline stage.
10393
10494 .. versionadded:: 1.13
10595 ---
@@ -117,9 +107,7 @@ content: |
117107 This is not supported for server versions prior to 4.2 and will result in an
118108 exception at execution time if used.
119109
120- .. note::
121-
122- This is an option of the ``$changeStream`` pipeline stage.
110+ This is an option of the ``$changeStream`` pipeline stage.
123111
124112 .. versionadded:: 1.5
125113 ---
@@ -137,7 +125,4 @@ content: |
137125 This is not supported for server versions prior to 4.0 and will result in an
138126 exception at execution time if used.
139127
140- .. note::
141-
142- This is an option of the ``$changeStream`` pipeline stage.
143- ...
128+ This is an option of the ``$changeStream`` pipeline stage.
0 commit comments