We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fac8dc + 445c08d commit 7fa572eCopy full SHA for 7fa572e
src/libsyntax/parse/lexer/unicode_chars.rs
@@ -82,7 +82,7 @@ const UNICODE_ARRAY: &'static [(char, &'static str, char)] = &[
82
('։', "Armenian Full Stop", ':'),
83
('܃', "Syriac Supralinear Colon", ':'),
84
('܄', "Syriac Sublinear Colon", ':'),
85
- ('᛬', "Runic Multiple Ponctuation", ':'),
+ ('᛬', "Runic Multiple Punctuation", ':'),
86
('︰', "Presentation Form For Vertical Two Dot Leader", ':'),
87
('᠃', "Mongolian Full Stop", ':'),
88
('᠉', "Mongolian Manchu Full Stop", ':'),
0 commit comments