Skip to content

Commit a8f8abc

Browse files
committedOct 9, 2024
remove few more refs from tehc review
1 parent 18f708c commit a8f8abc

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed
 

‎source/data-formats/decimal128.txt

+4-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ Decimal128
1515
Overview
1616
--------
1717

18-
MongoDB 3.4 introduced support for a Decimal128 BSON type,
19-
which is a 128-bit decimal-based
20-
floating-point value capable of emulating decimal rounding with exact precision.
21-
This functionality is intended for applications that handle :manual:`monetary
22-
data </tutorial/model-monetary-data>`, such as financial and tax computations.
18+
Decimal128 BSON type is a 128-bit decimal-based floating-point value capable
19+
of emulating decimal rounding with exact precision. This functionality is
20+
intended for applications that handle :manual:`monetary data </tutorial/model-monetary-data>`,
21+
such as financial and tax computations.
2322

2423
The :php:`MongoDB\BSON\Decimal128 <mongodb-bson-decimal128>` class may be used
2524
to work with this type in PHP.

‎source/reference/method/MongoDBDatabase-createCollection.txt

+1-7
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ Parameters
6969
For replica sets, do not set ``autoIndexId`` to ``false``.
7070

7171
.. deprecated:: 1.4
72-
This option has been deprecated since MongoDB 3.2. As of MongoDB
73-
4.0, this option cannot be ``false`` when creating a replicated
72+
As of MongoDB 4.0, this option cannot be ``false`` when creating a replicated
7473
collection (i.e. a collection outside of the ``local`` database in
7574
any mongod mode).
7675

@@ -148,11 +147,6 @@ Parameters
148147

149148
Defaults to ``1``.
150149

151-
MongoDB 3.0 and later ignores the ``usePowerOf2Sizes`` flag. See
152-
:manual:`collMod </reference/command/collMod>` and
153-
:manual:`db.createCollection()
154-
</reference/method/db.createCollection>` for more information.
155-
156150
* - indexOptionDefaults
157151
- array|object
158152
- Allows users to specify a default configuration for indexes when

‎source/tutorial/collation.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ Collation
1717
Overview
1818
--------
1919

20-
MongoDB 3.4 introduced support for :manual:`collations
21-
</reference/collation/>`, which provide a set of rules to comply with the
20+
:manual:`Collations </reference/collation/>` provide a set of rules to comply with the
2221
conventions of a particular language when comparing strings.
2322

2423
For example, in Canadian French, the last accent in a given word determines the

0 commit comments

Comments
 (0)