Skip to content

Commit c1ce40a

Browse files
committed
Change order or delete operations
1 parent 1154b60 commit c1ce40a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/gridfs/gridfs-spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,8 +670,8 @@ This method is an optimisation over deleting each revision of a stored file indi
670670
**Implementation details:**
671671

672672
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.
673+
delete all files collection documents with the found ids. Drivers MUST then delete all chunks with `files_id` in the
674+
found ids that was just deleted.
675675

676676
If there are no files collection documents with the given filename, drivers MUST raise an error.
677677

0 commit comments

Comments
 (0)