Skip to content

Commit 530592a

Browse files
committed
doc: fix wrong description
1 parent 96988c8 commit 530592a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/mongoc_read_prefs_t.page

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
</tr>
2626
<tr>
2727
<td><p>MONGOC_READ_SECONDARY</p></td>
28-
<td><p>In most situations, operations read from the primary but if it is unavailable, operations read from secondary members.</p></td>
28+
<td><p>All operations read from the secondary members of the replica set.</p></td>
2929
</tr>
3030
<tr>
3131
<td><p>MONGOC_READ_PRIMARY_PREFERRED</p></td>
32-
<td><p>All operations read from the secondary members of the replica set.</p></td>
32+
<td><p>In most situations, operations read from the primary but if it is unavailable, operations read from secondary members.</p></td>
3333
</tr>
3434
<tr>
3535
<td><p>MONGOC_READ_SECONDARY_PREFERRED</p></td>

0 commit comments

Comments
 (0)