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 1d5e08b commit 94646b5Copy full SHA for 94646b5
source/admin/terminate-running-query.txt
@@ -32,7 +32,7 @@ Syntax
32
33
.. code-block:: json
34
35
- db.runCommand([{ "killOp": 1, "op": ObjectId(<hexadecimal>) }])
+ db.runCommand({ "killOp": 1, "op": ObjectId(<hexadecimal>) })
36
37
.. _adl-killop-options:
38
0 commit comments