Skip to content

Commit a9dfd56

Browse files
committed
DOCSP-42139: Update read concern values (#69)
(cherry picked from commit 2d45935)
1 parent f5d5500 commit a9dfd56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/create-client.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,8 +662,8 @@ Ruby Options
662662

663663
* - ``:read_concern``
664664
- Specifies the read concern options. The only valid key is ``level``,
665-
for which the valid values are ``:local``, ``:majority``, and
666-
``:snapshot``.
665+
for which the valid values are ``:local``, ``:available``, ``:majority``,
666+
``:snapshot``, and ``:linearizable``.
667667
- ``Hash``
668668
- none
669669

0 commit comments

Comments
 (0)