Skip to content

Commit 487eaa1

Browse files
author
Tom Schuster
committed
Usse for .. of instead of for .. in
1 parent 6f6baf1 commit 487eaa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ using a {{ParentNode}} |node|, a {{SanitizerConfig}} |configuration|, and a
434434
beginning with |node|, and may recurse to handle some special cases (e.g.
435435
template contents). It consistes of these steps:
436436

437-
1. [=list/iterate|For each=] |child| in |node|'s [=tree/children=]:
437+
1. [=list/iterate|For each=] |child| of |node|'s [=tree/children=]:
438438
1. [=Assert=]: |child| [=implements=] {{Text}}, {{Comment}}, or {{Element}}.
439439

440440
Note: Currently, this algorithm is only called on output of the HTML

0 commit comments

Comments
 (0)