Skip to content

Commit 1520fab

Browse files
authored
Fix typo in Unicode character name
1 parent 83dfe7b commit 1520fab

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
@@ -50,7 +50,7 @@ const UNICODE_ARRAY: &[(char, &str, char)] = &[
5050
('─', "Box Drawings Light Horizontal", '-'),
5151
('━', "Box Drawings Heavy Horizontal", '-'),
5252
('㇐', "CJK Stroke H", '-'),
53-
('ꟷ', "Latin Epigraphic Letter Dideways", '-'),
53+
('ꟷ', "Latin Epigraphic Letter Sideways I", '-'),
5454
('ᅳ', "Hangul Jungseong Eu", '-'),
5555
('ㅡ', "Hangul Letter Eu", '-'),
5656
('一', "CJK Unified Ideograph-4E00", '-'),

0 commit comments

Comments
 (0)