diff options
| author | Matt Ickstadt <mattico8@gmail.com> | 2017-08-09 19:23:05 -0500 |
|---|---|---|
| committer | Matt Ickstadt <mattico8@gmail.com> | 2017-08-09 19:23:05 -0500 |
| commit | 8c311e56b0630cef0a8a4f07b14f6e4693432878 (patch) | |
| tree | 155f8cffa932b45b669d1f382569fff9340282b0 /src/libsyntax/parse/lexer | |
| parent | f142499539d038ef60f4e22cafe11ecdd8a29a1d (diff) | |
| download | rust-8c311e56b0630cef0a8a4f07b14f6e4693432878.tar.gz rust-8c311e56b0630cef0a8a4f07b14f6e4693432878.zip | |
Fix typo in unicode char definition
Diffstat (limited to 'src/libsyntax/parse/lexer')
| -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 85df4eee913..a8d191f2ec9 100644 --- a/src/libsyntax/parse/lexer/unicode_chars.rs +++ b/src/libsyntax/parse/lexer/unicode_chars.rs @@ -264,7 +264,7 @@ const UNICODE_ARRAY: &'static [(char, &'static str, char)] = &[ ('ꝸ', "Latin Small Letter Um", '&'), ('&', "Fullwidth Ampersand", '&'), - ('᛭', "Runic Cros Punctuation", '+'), + ('᛭', "Runic Cross Punctuation", '+'), ('➕', "Heavy Plus Sign", '+'), ('𐊛', "Lycian Letter H", '+'), ('﬩', "Hebrew Letter Alternative Plus Sign", '+'), |
