File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,10 @@ Restrictions
112
112
MongoDB drivers automatically set :ref:`afterClusterTime
113
113
<afterClusterTime>` for operations associated with :ref:`causally
114
114
consistent sessions <causal-consistency>`. Starting in MongoDB 4.2, the
115
- :dbcommand:`validate` command no longer support :ref:`afterClusterTime
116
- <afterClusterTime>`. As such, :dbcommand:`validate` cannot be associatd
117
- with :ref:`causally consistent sessions <causal-consistency>`.
115
+ :dbcommand:`validate` command no longer supports :ref:`afterClusterTime
116
+ <afterClusterTime>`. As such, :dbcommand:`validate` cannot be
117
+ associated with :ref:`causally consistent sessions
118
+ <causal-consistency>`.
118
119
119
120
Examples
120
121
--------
@@ -131,7 +132,6 @@ Examples
131
132
.. code-block:: javascript
132
133
133
134
db.runCommand( { validate: "myCollection", full: true } )
134
-
135
135
136
136
.. _validate-output:
137
137
You can’t perform that action at this time.
0 commit comments