We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e15ad commit 7f659daCopy full SHA for 7f659da
source/reference/method/db.collection.validate.txt
@@ -41,6 +41,6 @@ Behavior
41
:method:`db.collection.validate()` obtains an exclusive lock on the
42
collection. This will block all reads and writes on the collection
43
until the operation finishes. When run on a secondary, the operation
44
-can sblock all other operations on that secondary until it finishes.
+can block all other operations on that secondary until it finishes.
45
46
.. seealso:: :doc:`/reference/command/validate`
0 commit comments