Skip to content

Commit

Permalink
Runtime should support for...of (#4385)
Browse files Browse the repository at this point in the history
[Docs] Runtime should support for…of
  • Loading branch information
mitar authored and GeoffreyBooth committed Dec 5, 2016
1 parent fb0639f commit 81b9fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/v1/index.html
Expand Up @@ -2833,7 +2833,7 @@ <h2>
else.) This allows iterating over generators or any other iterable
object. Note that using <code>for…from</code> in your code
makes you responsible for ensuring that either your runtime supports
<code>for…from</code> or that you transpile the output
<code>for…of</code> or that you transpile the output
JavaScript further to a version your target runtime(s) support.
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion documentation/index.html
Expand Up @@ -1358,7 +1358,7 @@ <h2>
else.) This allows iterating over generators or any other iterable
object. Note that using <code>for…from</code> in your code
makes you responsible for ensuring that either your runtime supports
<code>for…from</code> or that you transpile the output
<code>for…of</code> or that you transpile the output
JavaScript further to a version your target runtime(s) support.
</li>
<li>
Expand Down

0 comments on commit 81b9fe3

Please sign in to comment.