Skip to content

Commit 06c45af

Browse files
committed
nit: fix typo in comment
1 parent 9643bf0 commit 06c45af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quick-lint-js/token.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ struct token {
278278
identifier identifier_name() const noexcept;
279279
source_code_span span() const noexcept;
280280

281-
// Report error_keywords_cannot_contain_escape_sequences for each escape
281+
// Report diag_keywords_cannot_contain_escape_sequences for each escape
282282
// sequence in the most recently parsed keyword-looking identifier.
283283
//
284284
// Precondition:

0 commit comments

Comments
 (0)