Skip to content

Commit 81b9fe3

Browse files
mitarGeoffreyBooth
authored andcommitted
Runtime should support for...of (jashkenas#4385)
[Docs] Runtime should support for…of
1 parent fb0639f commit 81b9fe3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/v1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2833,7 +2833,7 @@ <h2>
28332833
else.) This allows iterating over generators or any other iterable
28342834
object. Note that using <code>for…from</code> in your code
28352835
makes you responsible for ensuring that either your runtime supports
2836-
<code>for…from</code> or that you transpile the output
2836+
<code>for…of</code> or that you transpile the output
28372837
JavaScript further to a version your target runtime(s) support.
28382838
</li>
28392839
<li>

documentation/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1358,7 +1358,7 @@ <h2>
13581358
else.) This allows iterating over generators or any other iterable
13591359
object. Note that using <code>for…from</code> in your code
13601360
makes you responsible for ensuring that either your runtime supports
1361-
<code>for…from</code> or that you transpile the output
1361+
<code>for…of</code> or that you transpile the output
13621362
JavaScript further to a version your target runtime(s) support.
13631363
</li>
13641364
<li>

0 commit comments

Comments
 (0)