Skip to content

Commit f05913d

Browse files
Update error message
1 parent dcd852b commit f05913d

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
@@ -1292,7 +1292,7 @@ impl<'a> Tokenizer<'a> {
12921292
Some('_') => {
12931293
self.tokenizer_error(
12941294
chars.location(),
1295-
"Unexpected an underscore here".to_string(),
1295+
"Unexpected underscore here".to_string(),
12961296
)
12971297
}
12981298
Some(ch)

0 commit comments

Comments
 (0)