Skip to content

Commit 445c08d

Browse files
authored
fix a typo
(this should not have been merged with this typo)
1 parent 33d7194 commit 445c08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/parse/lexer/unicode_chars.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const UNICODE_ARRAY: &'static [(char, &'static str, char)] = &[
8282
('։', "Armenian Full Stop", ':'),
8383
('܃', "Syriac Supralinear Colon", ':'),
8484
('܄', "Syriac Sublinear Colon", ':'),
85-
('᛬', "Runic Multiple Ponctuation", ':'),
85+
('᛬', "Runic Multiple Punctuation", ':'),
8686
('︰', "Presentation Form For Vertical Two Dot Leader", ':'),
8787
('᠃', "Mongolian Full Stop", ':'),
8888
('᠉', "Mongolian Manchu Full Stop", ':'),

0 commit comments

Comments
 (0)