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
+1 -1
View File
@@ -144,7 +144,7 @@
('', "Reversed Prime", '\''),
('՚', "Armenian Apostrophe", '\''),
('׳', "Hebrew Punctuation Geresh", '\''),
('`', "Greek Accent", '\''),
('`', "Grave Accent", '\''),
('', "Greek Varia", '\''),
('', "Fullwidth Grave Accent", '\''),
('´', "Acute Accent", '\''),