File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,10 @@ Restrictions
138
138
MongoDB drivers automatically set :ref:`afterClusterTime
139
139
<afterClusterTime>` for operations associated with :ref:`causally
140
140
consistent sessions <causal-consistency>`. Starting in MongoDB 4.2, the
141
- :dbcommand:`validate` command no longer support :ref:`afterClusterTime
142
- <afterClusterTime>`. As such, :dbcommand:`validate` cannot be associatd
143
- with :ref:`causally consistent sessions <causal-consistency>`.
141
+ :dbcommand:`validate` command no longer supports :ref:`afterClusterTime
142
+ <afterClusterTime>`. As such, :dbcommand:`validate` cannot be
143
+ associated with :ref:`causally consistent sessions
144
+ <causal-consistency>`.
144
145
145
146
Examples
146
147
--------
@@ -167,7 +168,7 @@ Examples
167
168
db.runCommand( { validate: "myCollection", repair: true } )
168
169
169
170
- To validate the metadata in the ``myCollection`` collection,
170
- specify :ref:`meta data : true <cmd-validate-metadata>`:
171
+ specify :ref:`metadata : true <cmd-validate-metadata>`:
171
172
172
173
.. code-block:: javascript
173
174
You can’t perform that action at this time.
0 commit comments