Skip to content

Commit 3a9b6de

Browse files
author
Bob Grabar
committed
DOCS-653 minor
1 parent 60c14ce commit 3a9b6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft/core/capped-collections.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Create a Capped Collection
108108
~~~~~~~~~~~~~~~~~~~~~~~~~~
109109

110110
Unlike a standard collection, you must explicitly create a capped
111-
collection using the :method:`db.createCollection()` method. When you
111+
collection using the :method:`createCollection() <db.createCollection()>` method. When you
112112
do, you specify the collection size in bytes. The size must include
113113
space for database headers. MongoDB then preallocates the space.
114114

0 commit comments

Comments
 (0)