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 60c14ce commit 3a9b6deCopy full SHA for 3a9b6de
draft/core/capped-collections.txt
@@ -108,7 +108,7 @@ Create a Capped Collection
108
~~~~~~~~~~~~~~~~~~~~~~~~~~
109
110
Unlike a standard collection, you must explicitly create a capped
111
-collection using the :method:`db.createCollection()` method. When you
+collection using the :method:`createCollection() <db.createCollection()>` method. When you
112
do, you specify the collection size in bytes. The size must include
113
space for database headers. MongoDB then preallocates the space.
114
0 commit comments