Skip to content

Commit b753329

Browse files
authored
Editorial: remove stray "recursively"
1 parent 730e2ad commit b753329

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.bs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,6 @@ The <dfn method for=FileSystemDirectoryHandle>getDirectoryHandle(|name|, |option
641641
: await |directoryHandle| . {{FileSystemDirectoryHandle/removeEntry()|removeEntry}}(|name|, { {{FileSystemRemoveOptions/recursive}}: true })
642642
:: Removes the entry named |name| in the directory represented by |directoryHandle|.
643643
If that entry is a directory, its contents will also be deleted recursively.
644-
recursively.
645644

646645
Attempting to delete a file or directory that does not exist is considered success.
647646
</div>

0 commit comments

Comments
 (0)