We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875a5f5 commit 7182a7fCopy full SHA for 7182a7f
infra.bs
@@ -1695,11 +1695,11 @@ contents be consistent between browsers. In those cases where order is not impor
1695
ordered sets; implementations can optimize based on the fact that the order is not observable.
1696
1697
<div algorithm>
1698
-<p>To <dfn export for=set>create</dfn> a [=/set=], from a [=/list=] |input|:
+<p>To <dfn export for=set>create</dfn> a [=/set=], given a [=/list=] |input|:
1699
1700
<ol>
1701
<li><p>Let |result| be an empty [=/set=].
1702
- <li><p>For each [=list/item=] |item| in |input|, [=set/append=] |item| to |result|.
+ <li><p>[=list/for each=] |item| of |input|, [=set/append=] |item| to |result|.
1703
<li><p>Return |result|.
1704
</ol>
1705
</div>
0 commit comments