Fix typo in unicode_chars.rs
This commit is contained in:
parent
4e2ddcb879
commit
5e29bb91b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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", '-'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue