Skip to content

Commit 1bcd46e

Browse files
committed
api docs
1 parent a36917d commit 1bcd46e

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

source/read-write-pref.txt

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -273,25 +273,16 @@ within 35 milliseconds of the closest member's ping time.
273273
:manual:`localThreshold </reference/program/mongos/#std-option-mongos.--localThreshold>`
274274
command-line option.
275275

276-
277-
Additional Information
278-
----------------------
279-
280-
To learn more about read preferences and read and write concerns, see the
281-
following guides in the {+mdb-server+} manual:
282-
283-
- :manual:`Read Preference </core/read-preference/>`
284-
- :manual:`Read Concern </reference/read-concern/>`
285-
- :manual:`Write Concern </reference/write-concern/>`
286-
287276
API Documentation
288-
~~~~~~~~~~~~~~~~~
277+
-----------------
289278

290279
To learn more about any of the methods or types discussed in this
291-
guide, see the following API documentation:
280+
guide, see the following library API documentation:
292281

293282
- :phpmethod:`MongoDB\Client::__construct()`
294283
- :phpmethod:`MongoDB\Client::startSession()`
295-
- :php:`MongoDB\Driver\Session::startTransaction() <mongodb-driver-session.starttransaction>`
296284
- :phpmethod:`MongoDB\Client::selectDatabase()`
297285
- :phpmethod:`MongoDB\Client::selectCollection()`
286+
287+
To learn more about the ``startTransaction()`` method, see :php:`MongoDB\Driver\Session::startTransaction()
288+
<mongodb-driver-session.starttransaction>` in the extension API documentation.

0 commit comments

Comments
 (0)