Skip to content

Commit bf01a4a

Browse files
p-mongop
andauthored
RUBY-2524 Snapshot reads
(#2362) * RUBY-2524 Snapshot reads * repair exception docstring Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent 39196d6 commit bf01a4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/reference/create-client.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,8 +619,9 @@ Ruby Options
619619
- ``{ :mode => :primary }``
620620

621621
* - ``:read_concern``
622-
- Specifies the read concern options. The only valid key is ``level``, for which the valid
623-
values are ``:local``, ``:majority``, and ``:snapshot``.
622+
- Specifies the read concern options. The only valid key is ``level``,
623+
for which the valid values are ``:local``, ``:majority``, and
624+
``:snapshot``.
624625
- ``Hash``
625626
- none
626627

0 commit comments

Comments
 (0)