1
Fork 0

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

@ -455,7 +455,7 @@ pub fn configure_and_expand(
for (ident, spans) in identifiers.drain() {
sess.diagnostic().span_err(
MultiSpan::from(spans),
&format!("identifiers cannot contain emojis: `{}`", ident),
&format!("identifiers cannot contain emoji: `{}`", ident),
);
}
});