review comment: plural of emoji is emoji

This commit is contained in:
Esteban Kuber 2021-09-10 07:30:58 +00:00
parent 21224e6ee0
commit d68add9ecc
5 changed files with 15 additions and 15 deletions

View file

@ -224,7 +224,7 @@ impl<'a> StringReader<'a> {
token::Ident(sym, is_raw_ident)
}
rustc_lexer::TokenKind::InvalidIdent
// Do not recover an identifier with emojis if the codepoint is a confusable
// Do not recover an identifier with emoji if the codepoint is a confusable
// with a recoverable substitution token, like ``.
if UNICODE_ARRAY
.iter()