Skip to content

Commit 0966a2a

Browse files
committed
headers
1 parent d0e6934 commit 0966a2a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

source/read-write-pref.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ methods:
6666

6767
.. _php-read-write-client:
6868

69-
Client Configuration Example
70-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69+
Client Configuration
70+
~~~~~~~~~~~~~~~~~~~~
7171

7272
This example shows how to set the read preference, read concern, and
7373
write concern of a ``MongoDB\Client`` instance by passing an array to
@@ -98,8 +98,8 @@ URI, which is passed as a parameter to the ``MongoDB\Client`` constructor:
9898

9999
.. _php-read-write-session:
100100

101-
Session Configuration Example
102-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
101+
Session Configuration
102+
~~~~~~~~~~~~~~~~~~~~~
103103

104104
This example shows how to set the read preference, read concern, and
105105
write concern of a session by passing an array to the ``startSession()``
@@ -122,8 +122,8 @@ method. The code configures the following settings:
122122

123123
.. _php-read-write-transaction:
124124

125-
Transaction Configuration Example
126-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
125+
Transaction Configuration
126+
~~~~~~~~~~~~~~~~~~~~~~~~~
127127

128128
This example shows how to set the read preference, read concern, and
129129
write concern of a transaction by passing an array to the ``startTransaction()``
@@ -144,8 +144,8 @@ method. The code configures the following settings:
144144

145145
.. _php-read-write-database:
146146

147-
Database Configuration Example
148-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
147+
Database Configuration
148+
~~~~~~~~~~~~~~~~~~~~~~
149149

150150
This example shows how to set the read preference, read concern, and
151151
write concern of a database called ``test_database`` by passing an options
@@ -167,8 +167,8 @@ array to the ``selectDatabase()`` method. The code configures the following sett
167167

168168
.. _php-read-write-collection:
169169

170-
Collection Configuration Example
171-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
170+
Collection Configuration
171+
~~~~~~~~~~~~~~~~~~~~~~~~
172172

173173
This example shows how to set the read preference, read concern, and
174174
write concern of a collection called ``test_collection`` by passing an options

0 commit comments

Comments
 (0)