Skip to content

Commit 808677f

Browse files
author
Ed Costello
committed
DOCS-841 change from [] to <> for variable portions
1 parent 9288cf9 commit 808677f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/reference/command/collMod.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ collMod
1515

1616
.. code-block:: javascript
1717

18-
db.runCommand( {"collMod" : [collection] , "[flag]" : [value] } )
18+
db.runCommand( {"collMod" : <collection> , "<flag>" : <value> } )
1919

20-
In this command substitute ``[collection]`` with the name of a
21-
collection in the current database, and ``[flag]`` and ``[value]``
20+
In this command substitute ``<collection>`` with the name of a
21+
collection in the current database, and ``<flag>`` and ``<value>``
2222
with the flag and value you want to set.
2323

2424
.. index:: document; space allocation

0 commit comments

Comments
 (0)