We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d7194 commit 445c08dCopy full SHA for 445c08d
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