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 1154b60 commit c1ce40aCopy full SHA for c1ce40a
source/gridfs/gridfs-spec.md
@@ -670,8 +670,8 @@ This method is an optimisation over deleting each revision of a stored file indi
670
**Implementation details:**
671
672
Drivers MUST first find the `_id` field of all files collection documents with the given filename. Drivers MUST then
673
-delete all chunks with `files_id` in the found ids that was just deleted. Drivers MUST then delete all files collection
674
-documents with the found ids.
+delete all files collection documents with the found ids. Drivers MUST then delete all chunks with `files_id` in the
+found ids that was just deleted.
675
676
If there are no files collection documents with the given filename, drivers MUST raise an error.
677
0 commit comments