Skip to content

Merge v1.16 into v1.17 #1327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/reference/method/MongoDBClient__construct.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ Parameters

* - serverApi
- :php:`MongoDB\Driver\ServerApi <class.mongodb-driver-serverapi>`
- Used to declare an API version on the client. Refer to
:manual:`Stable API tutorial </tutorial/stable-api>` for additional
information.
- Used to declare an API version on the client. Refer to the
:manual:`Stable API </reference/stable-api>` page in the Server manual for
additional information.

.. versionadded:: 1.9

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/collation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Overview
--------

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

For example, in Canadian French, the last accent in a given word determines the
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial/decimal128.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Decimal128
Overview
--------

MongoDB 3.4 introduced support for a :manual:`Decimal128 BSON type
</manual/release-notes/3.4/#decimal-type>`, which is a 128-bit decimal-based
MongoDB 3.4 introduced support for a Decimal128 BSON type,
which is a 128-bit decimal-based
floating-point value capable of emulating decimal rounding with exact precision.
This functionality is intended for applications that handle :manual:`monetary
data </tutorial/model-monetary-data>`, such as financial and tax computations.
Expand Down
Loading