Skip to content

Commit 7182a7f

Browse files
committed
rename helper
1 parent 875a5f5 commit 7182a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1695,11 +1695,11 @@ contents be consistent between browsers. In those cases where order is not impor
16951695
ordered sets; implementations can optimize based on the fact that the order is not observable.
16961696

16971697
<div algorithm>
1698-
<p>To <dfn export for=set>create</dfn> a [=/set=], from a [=/list=] |input|:
1698+
<p>To <dfn export for=set>create</dfn> a [=/set=], given a [=/list=] |input|:
16991699

17001700
<ol>
17011701
<li><p>Let |result| be an empty [=/set=].
1702-
<li><p>For each [=list/item=] |item| in |input|, [=set/append=] |item| to |result|.
1702+
<li><p>[=list/for each=] |item| of |input|, [=set/append=] |item| to |result|.
17031703
<li><p>Return |result|.
17041704
</ol>
17051705
</div>

0 commit comments

Comments
 (0)