Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
(this should not have been merged with this typo)
  • Loading branch information
ubsan committed Aug 9, 2017
1 parent 33d7194 commit 445c08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/parse/lexer/unicode_chars.rs
Expand Up @@ -82,7 +82,7 @@ const UNICODE_ARRAY: &'static [(char, &'static str, char)] = &[
('։', "Armenian Full Stop", ':'),
('܃', "Syriac Supralinear Colon", ':'),
('܄', "Syriac Sublinear Colon", ':'),
('᛬', "Runic Multiple Ponctuation", ':'),
('᛬', "Runic Multiple Punctuation", ':'),
('︰', "Presentation Form For Vertical Two Dot Leader", ':'),
('᠃', "Mongolian Full Stop", ':'),
('᠉', "Mongolian Manchu Full Stop", ':'),
Expand Down

0 comments on commit 445c08d

Please sign in to comment.