Skip to content

Commit 7a04733

Browse files
mcascallaresSam Kleinman
authored andcommitted
Update capped-collections.txt
Removal of 'delete operations' from intro wording since delete operation is not supported in capped collections Signed-off-by: Sam Kleinman <[email protected]>
1 parent 247eaae commit 7a04733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/core/capped-collections.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Capped Collections
55
.. default-domain:: mongodb
66

77
:term:`Capped collections <capped collection>` are fixed-size
8-
collections that support high-throughput operations that insert,
9-
retrieve, and delete documents based on insertion order. Capped
8+
collections that support high-throughput operations that insert
9+
and retrieve documents based on insertion order. Capped
1010
collections work in a way similar to circular buffers: once a
1111
collection fills its allocated space, it makes room for new documents
1212
by overwriting the oldest documents in the collection.

0 commit comments

Comments
 (0)