diff --git a/source/reference/method/cursor.max.txt b/source/reference/method/cursor.max.txt index b7590910b13..edc57016e39 100644 --- a/source/reference/method/cursor.max.txt +++ b/source/reference/method/cursor.max.txt @@ -183,13 +183,12 @@ Create the following indexes for the collection: :method:`~cursor.min()` limits the query to the documents that are at or above the index key bound of ``price`` equal to ``NumberDecimal("1.39")``: - + .. note:: - - .. versionchanged:: 4.0 - The bound specified by :method:`~cursor.max()` must be greater - than the bound specified by :method:`~cursor.min()`. + Starting in MongoDB 4.0, the bound specified by + :method:`~cursor.max()` must be greater than the bound specified by + :method:`~cursor.min()`. .. code-block:: javascript diff --git a/source/reference/method/cursor.min.txt b/source/reference/method/cursor.min.txt index 7e7fd89fc15..459ee7eeeec 100644 --- a/source/reference/method/cursor.min.txt +++ b/source/reference/method/cursor.min.txt @@ -179,11 +179,10 @@ Create the following indexes for the collection: that are below the index key bound of ``price`` equal to ``1.99``: .. note:: - - .. versionchanged:: 4.0 - The bound specified by :method:`~cursor.max()` must be greater - than the bound specified by :method:`~cursor.min()`. + Starting in MongoDB 4.0, the bound specified by + :method:`~cursor.max()` must be greater than the bound specified by + :method:`~cursor.min()`. .. code-block:: javascript diff --git a/source/reference/operator/meta/max.txt b/source/reference/operator/meta/max.txt index d169a00a943..a77e8984020 100644 --- a/source/reference/operator/meta/max.txt +++ b/source/reference/operator/meta/max.txt @@ -110,10 +110,8 @@ following example: .. note:: - .. versionchanged:: 4.0 - - The bound specified by :operator:`$max` must be greater than the - bound specified by :operator:`$min`. + Starting in MongoDB 4.0, the bound specified by :operator:`$max` must + be greater than the bound specified by :operator:`$min`. .. code-block:: javascript diff --git a/source/reference/operator/meta/min.txt b/source/reference/operator/meta/min.txt index d89eb30be95..72e4aca1787 100644 --- a/source/reference/operator/meta/min.txt +++ b/source/reference/operator/meta/min.txt @@ -110,10 +110,8 @@ following example: .. note:: - .. versionchanged:: 4.0 - - The bound specified by :operator:`$max` must be greater than the - bound specified by :operator:`$min`. + Starting in MongoDB 4.0, the bound specified by :operator:`$max` must + be greater than the bound specified by :operator:`$min`. .. code-block:: javascript diff --git a/source/tutorial/manage-users-and-roles.txt b/source/tutorial/manage-users-and-roles.txt index 3c137d240be..1c5d923e02c 100644 --- a/source/tutorial/manage-users-and-roles.txt +++ b/source/tutorial/manage-users-and-roles.txt @@ -72,11 +72,10 @@ provides only the privileges to run both :method:`db.currentOp()` and .. note:: - .. versionchanged:: 3.2.9 - - On :binary:`~bin.mongod` instances, users do not need any - specific privileges to view or kill their own operations. See - :method:`db.currentOp()` and :method:`db.killOp()` for details. + Starting in MongoDB 3.2.9, users do not need any specific privileges + to view or kill their own operations on :binary:`~bin.mongod` + instances. See :method:`db.currentOp()` and :method:`db.killOp()` for + details. .. include:: /includes/steps/create-role-manage-ops.rst