Skip to content

Commit c47515f

Browse files
committed
do not use dot access
1 parent 23f9ba3 commit c47515f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ The <dfn method for=FileSystemHandle>remove(|options|)</dfn> method steps are:
283283

284284
1. If |entry| is a [=directory entry=]:
285285
1. If |entry|'s [=directory entry/children=] [=set/is empty=] and
286-
|options|.{{FileSystemRemoveOptions/recursive}} is `false`:
286+
|options|'s {{FileSystemRemoveOptions/recursive}} is `false`:
287287
1. [=/Reject=] |result| with an "{{InvalidModificationError}}" {{DOMException}} and abort.
288288
1. If |entry| is the [=root directory of the origin private file system=]:
289289
1. [=set/For each=] |child| of |entry|'s [=directory entry/children=]:

0 commit comments

Comments
 (0)