Skip to content

Commit 8c311e5

Browse files
committed
Fix typo in unicode char definition
1 parent f142499 commit 8c311e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/parse/lexer/unicode_chars.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ const UNICODE_ARRAY: &'static [(char, &'static str, char)] = &[
264264
('ꝸ', "Latin Small Letter Um", '&'),
265265
('&', "Fullwidth Ampersand", '&'),
266266

267-
('᛭', "Runic Cros Punctuation", '+'),
267+
('᛭', "Runic Cross Punctuation", '+'),
268268
('➕', "Heavy Plus Sign", '+'),
269269
('𐊛', "Lycian Letter H", '+'),
270270
('﬩', "Hebrew Letter Alternative Plus Sign", '+'),

0 commit comments

Comments
 (0)