File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments