Skip to content

Commit 94646b5

Browse files
DOCSP-17945 fix for incorrect killOp syntax (#185)
1 parent 1d5e08b commit 94646b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/admin/terminate-running-query.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Syntax
3232

3333
.. code-block:: json
3434

35-
db.runCommand([{ "killOp": 1, "op": ObjectId(<hexadecimal>) }])
35+
db.runCommand({ "killOp": 1, "op": ObjectId(<hexadecimal>) })
3636

3737
.. _adl-killop-options:
3838

0 commit comments

Comments
 (0)