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
112112MongoDB drivers automatically set :ref:`afterClusterTime
113113<afterClusterTime>` for operations associated with :ref:`causally
114114consistent 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>`.
118119
119120Examples
120121--------
@@ -131,7 +132,6 @@ Examples
131132 .. code-block:: javascript
132133
133134 db.runCommand( { validate: "myCollection", full: true } )
134-
135135
136136.. _validate-output:
137137
You can’t perform that action at this time.
0 commit comments