Skip to content

Commit bf07b18

Browse files
committed
link
1 parent 127f6dd commit bf07b18

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/read/count.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ following table describes some options you can set in the array:
136136
| **Type**: ``integer``
137137

138138
* - ``readPreference``
139-
- | The read preference to use for the operation.
139+
- | The read preference to use for the operation. To learn more, see
140+
:manual:`Read Preference </core/read-preference/>` in the Server manual.
140141
| **Type**: ``MongoDB\Driver\ReadPreference``
141142

142143
The following example uses the ``countDocuments()`` method to count the number of
@@ -234,7 +235,7 @@ to run for a maximum of ``1000`` milliseconds:
234235

235236
.. output::
236237
:visible: false
237-
238+
238239
Estimated number of documents: 9500
239240

240241
API Documentation

0 commit comments

Comments
 (0)