Skip to content

Commit 83f8161

Browse files
committed
mm feedback
1 parent 340715c commit 83f8161

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/databases-collections.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ Delete a Collection
114114
You can delete a collection by using the ``Drop()`` method on a ``Database``
115115
instance.
116116

117+
The following example deletes a collection named
118+
``test_collection``:
119+
117120
.. literalinclude:: /includes/databases-collections.go
118121
:start-after: start-delete-collection
119122
:end-before: end-delete-collection
@@ -126,7 +129,7 @@ instance.
126129
Dropping a collection from your database permanently deletes all documents
127130
and all indexes within that collection.
128131

129-
Drop a collection only if the data in it is no longer needed.
132+
Drop a collection only if you no longer need the data in that collection.
130133

131134
API Documentation
132135
-----------------

0 commit comments

Comments
 (0)