Skip to content

Commit 7fa572e

Browse files
Rollup merge of rust-lang#43773 - ubsan:patch-1, r=eddyb
fix a typo (this should not have been merged with this typo)
2 parents 6fac8dc + 445c08d commit 7fa572e

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
@@ -82,7 +82,7 @@ const UNICODE_ARRAY: &'static [(char, &'static str, char)] = &[
8282
('։', "Armenian Full Stop", ':'),
8383
('܃', "Syriac Supralinear Colon", ':'),
8484
('܄', "Syriac Sublinear Colon", ':'),
85-
('᛬', "Runic Multiple Ponctuation", ':'),
85+
('᛬', "Runic Multiple Punctuation", ':'),
8686
('︰', "Presentation Form For Vertical Two Dot Leader", ':'),
8787
('᠃', "Mongolian Full Stop", ':'),
8888
('᠉', "Mongolian Manchu Full Stop", ':'),

0 commit comments

Comments
 (0)