Skip to content

Commit ba99a97

Browse files
committed
mw feedback
1 parent ac563a1 commit ba99a97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/crud/configure.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

234234
Example

0 commit comments

Comments
 (0)