Fix more “a”/“an” typos
This commit is contained in:
parent
b08b92eb42
commit
2396fad095
18 changed files with 20 additions and 20 deletions
|
@ -489,7 +489,7 @@ impl Cursor<'_> {
|
|||
// Start is already eaten, eat the rest of identifier.
|
||||
self.eat_while(is_id_continue);
|
||||
// Known prefixes must have been handled earlier. So if
|
||||
// we see a prefix here, it is definitely a unknown prefix.
|
||||
// we see a prefix here, it is definitely an unknown prefix.
|
||||
match self.first() {
|
||||
'#' | '"' | '\'' => UnknownPrefix,
|
||||
_ => Ident,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue