Skip to content

Commit 957ed45

Browse files
author
Bob Grabar
committed
DOCS-653 minor
1 parent 3a9b6de commit 957ed45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

draft/core/capped-collections.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ collection used in replication is an example of a capped collection.
1313
Capped collections automatically store documents in their insertion
1414
order. Once the collection's allocated space is fully used, newly added
1515
documents replace the oldest documents in the collection. The automatic
16-
replacement based on insertion order make capped collections fast and
16+
replacement based on insertion order makes capped collections fast and
1717
efficient.
1818

19-
You cannot increase the size of a document in a capped. If you update a
20-
document, it must not grow in size.
19+
You cannot increase the size of a document in a capped collection. You can update a
20+
document, but it must not grow in size.
2121

2222
You cannot shard a capped collection.
2323

0 commit comments

Comments
 (0)