Skip to content

Commit 90f31f9

Browse files
committed
Fix mongos warning for primaryPreferred read prefs
1 parent 6793ea7 commit 90f31f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/applications/replication.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ behavior <replica-set-read-preference-behavior>`. See also the
256256
.. versionchanged:: 2.2
257257
:program:`mongos` added full support for read preferences.
258258

259-
When connecting to a :program:`mongos` instance older 2.2, using
260-
a client that supports read preference modes,
259+
When connecting to a :program:`mongos` instance older than 2.2,
260+
using a client that supports read preference modes,
261261
:readmode:`primaryPreferred` will send queries to secondaries.
262262

263263
.. readmode:: secondary

0 commit comments

Comments
 (0)