Skip to content

Commit 667f859

Browse files
committed
Keep format consistence of collMod-usePowerOf2Sizes
1 parent 6ea1d83 commit 667f859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/command/collMod.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ collMod
4141
.. example::
4242

4343
To enable :collflag:`usePowerOf2Sizes` on the collection
44-
named ``sensor_readings``, use the following operation:
44+
named ``products``, use the following operation:
4545

4646
.. code-block:: javascript
4747

48-
db.runCommand({collMod: "sensor_readings", usePowerOf2Sizes:true })
48+
db.runCommand( {collMod: "products", usePowerOf2Sizes : true })
4949

5050
To disable :collflag:`usePowerOf2Sizes` on the collection
5151
``products``, use the following operation:

0 commit comments

Comments
 (0)