Skip to content

Commit 0eda729

Browse files
author
Roman Borschel
committed
Update inline comment.
1 parent 0279883 commit 0eda729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tokenizer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ impl<'a> Tokenizer<'a> {
12721272
if self.dialect.supports_numeric_prefix() {
12731273
if exponent_part.is_empty() {
12741274
// If it is not a number with an exponent, it may be
1275-
// an unqualified identifier starting with digits.
1275+
// an identifier starting with digits.
12761276
let word =
12771277
peeking_take_while(chars, |ch| self.dialect.is_identifier_part(ch));
12781278

0 commit comments

Comments
 (0)