Skip to content

Commit 5e29bb9

Browse files
committed
Fix typo in unicode_chars.rs
1 parent 4e2ddcb commit 5e29bb9

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
@@ -39,7 +39,7 @@ const UNICODE_ARRAY: &'static [(char, &'static str, char)] = &[
3939
('﹍', "Dashed Low Line", '_'),
4040
('﹎', "Centreline Low Line", '_'),
4141
('﹏', "Wavy Low Line", '_'),
42-
('_', "Fullwidth Low Line", '-'),
42+
('_', "Fullwidth Low Line", '_'),
4343

4444
('‐', "Hyphen", '-'),
4545
('‑', "Non-Breaking Hyphen", '-'),

0 commit comments

Comments
 (0)