Skip to content

Commit c1a3220

Browse files
Update error message
1 parent 5c5b5e1 commit c1a3220

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
@@ -1295,7 +1295,7 @@ impl<'a> Tokenizer<'a> {
12951295
Some('_') => {
12961296
self.tokenizer_error(
12971297
chars.location(),
1298-
"Unexpected an underscore here".to_string(),
1298+
"Unexpected underscore here".to_string(),
12991299
)
13001300
}
13011301
Some(ch)

0 commit comments

Comments
 (0)