Skip to content

Commit

Permalink
Fix typo in Unicode character name
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewda committed Jul 21, 2019
1 parent 83dfe7b commit 1520fab
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 @@ -50,7 +50,7 @@ const UNICODE_ARRAY: &[(char, &str, char)] = &[
('─', "Box Drawings Light Horizontal", '-'),
('━', "Box Drawings Heavy Horizontal", '-'),
('㇐', "CJK Stroke H", '-'),
('ꟷ', "Latin Epigraphic Letter Dideways", '-'),
('ꟷ', "Latin Epigraphic Letter Sideways I", '-'),
('ᅳ', "Hangul Jungseong Eu", '-'),
('ㅡ', "Hangul Letter Eu", '-'),
('一', "CJK Unified Ideograph-4E00", '-'),
Expand Down

0 comments on commit 1520fab

Please sign in to comment.