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
142142 | **Type**: ``string`` or ``int``
143143
144144 * - ``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
146146 journal for acknowledgement.
147147 |
148148 | **Type**: ``bool``
@@ -227,8 +227,8 @@ of a ``ReadConcern`` type to the ``SetReadConcern()`` method. The
227227
228228 * - ``Snapshot()``
229229 - 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
232232 :rapid:`Read Concern specification </reference/read-concern-snapshot/#mongodb-readconcern-readconcern.-snapshot->`.
233233
234234Example
You can’t perform that action at this time.
0 commit comments