ci(benchmarks): correct comment#19650
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request corrects a grammatical error in a comment within the benchmarking code for the parser. The typo was identified during an AI review of PR #19649, which added benchmarks for parsing with tokens and serializing tokens to ESTree-style JSON. The fix removes a redundant word that made the comment grammatically incorrect.
Changes:
- Fixed grammar in comment by removing redundant "into" from "Allocate into tokens JSON into arena"
Merging this PR will not alter performance
Comparing Footnotes
|
b87d174 to
2507a1b
Compare
afba54f to
036fe92
Compare
036fe92 to
156edc3
Compare
2507a1b to
0fb360b
Compare
156edc3 to
bf07055
Compare
0fb360b to
6ff9816
Compare

Fix a typo spotted by AI review in #19649.