diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-08-11 10:20:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-11 10:20:29 +0200 |
| commit | 6af7b9d4b0d8e75833e7474452ac9d2474d4a0fd (patch) | |
| tree | 33d52196fdb7ff5d421cc38d911a1cf2f67e72a9 /src/libsyntax/parse/lexer | |
| parent | 7fa572e6a5b4c9737928c9c0f34655e5537f3508 (diff) | |
| parent | 8c311e56b0630cef0a8a4f07b14f6e4693432878 (diff) | |
| download | rust-6af7b9d4b0d8e75833e7474452ac9d2474d4a0fd.tar.gz rust-6af7b9d4b0d8e75833e7474452ac9d2474d4a0fd.zip | |
Rollup merge of #43779 - mattico:fix-unicode-typo, r=aidanhs
Fix typo in unicode char definition Reference: http://www.fileformat.info/info/unicode/char/16ed/index.htm
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 6904fc950fa..c36fdef2d4c 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", '+'), |
