Rollup merge of #45231 - kennytm:patch-1, r=petrochenkov

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 16:14:31 +08:00
commit 45e4c19d1f
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", '\''),