Skip to content

Commit d9b9505

Browse files
committed
DOCSP-15413 fix notes with versionchanged-added
1 parent 5723d78 commit d9b9505

File tree

5 files changed

+15
-22
lines changed

5 files changed

+15
-22
lines changed

source/reference/method/cursor.max.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,12 @@ Create the following indexes for the collection:
183183
:method:`~cursor.min()` limits the query to the documents
184184
that are at or above the index key bound of ``price`` equal to
185185
``NumberDecimal("1.39")``:
186-
186+
187187
.. note::
188-
189-
.. versionchanged:: 4.0
190188

191-
The bound specified by :method:`~cursor.max()` must be greater
192-
than the bound specified by :method:`~cursor.min()`.
189+
Starting in MongoDB 4.0, the bound specified by
190+
:method:`~cursor.max()` must be greater than the bound specified by
191+
:method:`~cursor.min()`.
193192

194193
.. code-block:: javascript
195194

source/reference/method/cursor.min.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,10 @@ Create the following indexes for the collection:
179179
that are below the index key bound of ``price`` equal to ``1.99``:
180180

181181
.. note::
182-
183-
.. versionchanged:: 4.0
184182

185-
The bound specified by :method:`~cursor.max()` must be greater
186-
than the bound specified by :method:`~cursor.min()`.
183+
Starting in MongoDB 4.0, the bound specified by
184+
:method:`~cursor.max()` must be greater than the bound specified by
185+
:method:`~cursor.min()`.
187186

188187
.. code-block:: javascript
189188

source/reference/operator/meta/max.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,8 @@ following example:
110110

111111
.. note::
112112

113-
.. versionchanged:: 4.0
114-
115-
The bound specified by :operator:`$max` must be greater than the
116-
bound specified by :operator:`$min`.
113+
Starting in MongoDB 4.0, the bound specified by :operator:`$max` must
114+
be greater than the bound specified by :operator:`$min`.
117115

118116
.. code-block:: javascript
119117

source/reference/operator/meta/min.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,8 @@ following example:
110110

111111
.. note::
112112

113-
.. versionchanged:: 4.0
114-
115-
The bound specified by :operator:`$max` must be greater than the
116-
bound specified by :operator:`$min`.
113+
Starting in MongoDB 4.0, the bound specified by :operator:`$max` must
114+
be greater than the bound specified by :operator:`$min`.
117115

118116
.. code-block:: javascript
119117

source/tutorial/manage-users-and-roles.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,10 @@ provides only the privileges to run both :method:`db.currentOp()` and
7272

7373
.. note::
7474

75-
.. versionchanged:: 3.2.9
76-
77-
On :binary:`~bin.mongod` instances, users do not need any
78-
specific privileges to view or kill their own operations. See
79-
:method:`db.currentOp()` and :method:`db.killOp()` for details.
75+
Starting in MongoDB 3.2.9, users do not need any specific privileges
76+
to view or kill their own operations on :binary:`~bin.mongod`
77+
instances. See :method:`db.currentOp()` and :method:`db.killOp()` for
78+
details.
8079

8180
.. include:: /includes/steps/create-role-manage-ops.rst
8281

0 commit comments

Comments
 (0)