Skip to content

Commit

Permalink
Fix incorrect heading in iterator-helpers.md (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
villelahdenvuo authored Apr 2, 2024
1 parent 98d9899 commit eaf223a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/iterator-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ console.log(Iterator.from(posts).find((x) => x.textContent.includes('V8')).textC

Iterator helpers are shipped in V8 v12.2.

## Import attribute support
## Iterator helpers support

<feature-support chrome="122 https://chromestatus.com/feature/5102502917177344"
firefox="no https://bugzilla.mozilla.org/show_bug.cgi?id=1568906"
Expand Down

0 comments on commit eaf223a

Please sign in to comment.