Skip to content

Commit 0c3084e

Browse files
committed
Wording
1 parent fd6fd07 commit 0c3084e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/gridfs/gridfs-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ This method is an optimisation over deleting each revision of a stored file indi
671671

672672
Drivers MUST first find the `_id` field of all files collection documents with the given filename. Drivers MUST then
673673
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.
674+
found ids that were 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)