File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ If you require a more specialized write concern, you can define a custom
142
142
| **Type**: ``string`` or ``int``
143
143
144
144
* - ``Journal``
145
- - | Specifies whether write operations must write the changes to the on-disk
145
+ - | Specifies whether the replica set must write the changes to the on-disk
146
146
journal for acknowledgement.
147
147
|
148
148
| **Type**: ``bool``
@@ -227,8 +227,8 @@ of a ``ReadConcern`` type to the ``SetReadConcern()`` method. The
227
227
228
228
* - ``Snapshot()``
229
229
- The query returns a complete copy of the
230
- data in a ``mongod`` instance at a specific point in time. This option is only
231
- available for operations within multi-document transactions. For more information, see the
230
+ data in a ``mongod`` instance at a specific point in time. This option is
231
+ available only for operations within multi-document transactions. For more information, see the
232
232
:rapid:`Read Concern specification </reference/read-concern-snapshot/#mongodb-readconcern-readconcern.-snapshot->`.
233
233
234
234
Example
You can’t perform that action at this time.
0 commit comments