diff options
| author | Andrew Dassonville <dassonville.andrew@gmail.com> | 2019-07-21 07:49:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-21 07:49:26 -0700 |
| commit | 1520fabd5fa356d9abf427c63466e243fd5b03de (patch) | |
| tree | e686f6074858dbad685eecefeeb2c46d0de4c86c /src/libsyntax/parse | |
| parent | 83dfe7b27cf2debecebedd3b038f9a1c2e05e051 (diff) | |
| download | rust-1520fabd5fa356d9abf427c63466e243fd5b03de.tar.gz rust-1520fabd5fa356d9abf427c63466e243fd5b03de.zip | |
Fix typo in Unicode character name
Diffstat (limited to 'src/libsyntax/parse')
| -rw-r--r-- | src/libsyntax/parse/lexer/unicode_chars.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/lexer/unicode_chars.rs b/src/libsyntax/parse/lexer/unicode_chars.rs index e51657c0f13..b728a9e1988 100644 --- a/src/libsyntax/parse/lexer/unicode_chars.rs +++ b/src/libsyntax/parse/lexer/unicode_chars.rs @@ -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", '-'), |
