Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/reference/method/db.collection.validate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ Behavior
:method:`db.collection.validate()` obtains an exclusive lock on the
collection. This will block all reads and writes on the collection
until the operation finishes. When run on a secondary, the operation
can sblock all other operations on that secondary until it finishes.
can block all other operations on that secondary until it finishes.

.. seealso:: :doc:`/reference/command/validate`