Fix typo in libsyntax/parse/lexer/unicode_chars.rs

` (U+0060) should be the "grave" accent, not "Greek" accent.
This commit is contained in:
kennytm 2017-10-12 14:53:26 +08:00
parent 1807f27a33
commit 19901df002
No known key found for this signature in database
GPG Key ID: FEF6C8051D0E013C

View File

@ -144,7 +144,7 @@ const UNICODE_ARRAY: &'static [(char, &'static str, char)] = &[
('', "Reversed Prime", '\''),
('՚', "Armenian Apostrophe", '\''),
('׳', "Hebrew Punctuation Geresh", '\''),
('`', "Greek Accent", '\''),
('`', "Grave Accent", '\''),
('', "Greek Varia", '\''),
('', "Fullwidth Grave Accent", '\''),
('´', "Acute Accent", '\''),