File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,8 @@ of a replica set. See the :ref:`Write Concern for Replica Sets
124
124
125
125
.. note::
126
126
127
- Requiring *journaled* write concern in a replica set, only requires
128
- a journal commit the write operation to the :term:`primary` of the
127
+ Requiring *journaled* write concern in a replica set only requires
128
+ a journal commit of the write operation to the :term:`primary` of the
129
129
set regardless of the level of *replica acknowledged* write
130
130
concern.
131
131
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ getLastError
27
27
journaling enabled, this option has no effect.
28
28
29
29
:param w: When running with replication, this is the number of
30
- servers to replica to before returning. A ``w`` value of
30
+ servers to replicate to before returning. A ``w`` value of
31
31
1 indicates the primary only. A ``w`` value of 2
32
32
includes the primary and at least one secondary, etc.
33
33
In place of a number, you may also set ``w`` to
@@ -45,7 +45,7 @@ getLastError
45
45
data set.
46
46
47
47
:param integer wtimeout: Optional. Milliseconds. Specify a value in
48
- milliseconds to control how long the to
48
+ milliseconds to control how long to
49
49
wait for write propagation to complete. If
50
50
replication does not complete in the given
51
51
timeframe, the :dbcommand:`getLastError`
You can’t perform that action at this time.
0 commit comments