Skip to content

Commit

Permalink
Fix typo in unicode_chars.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaloJaffre committed Aug 6, 2017
1 parent 4e2ddcb commit 5e29bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/parse/lexer/unicode_chars.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const UNICODE_ARRAY: &'static [(char, &'static str, char)] = &[
('﹍', "Dashed Low Line", '_'),
('﹎', "Centreline Low Line", '_'),
('﹏', "Wavy Low Line", '_'),
('_', "Fullwidth Low Line", '-'),
('_', "Fullwidth Low Line", '_'),

('‐', "Hyphen", '-'),
('‑', "Non-Breaking Hyphen", '-'),
Expand Down

0 comments on commit 5e29bb9

Please sign in to comment.