We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9643bf0 commit 06c45afCopy full SHA for 06c45af
src/quick-lint-js/token.h
@@ -278,7 +278,7 @@ struct token {
278
identifier identifier_name() const noexcept;
279
source_code_span span() const noexcept;
280
281
- // Report error_keywords_cannot_contain_escape_sequences for each escape
+ // Report diag_keywords_cannot_contain_escape_sequences for each escape
282
// sequence in the most recently parsed keyword-looking identifier.
283
//
284
// Precondition:
0 commit comments