diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-08-11 10:20:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-11 10:20:28 +0200 |
| commit | 7fa572e6a5b4c9737928c9c0f34655e5537f3508 (patch) | |
| tree | 0b7f36ce8eb9102b07a53b995290312c95340b51 | |
| parent | 6fac8dc141f9a9c24918e775f5fa8fcab37e7577 (diff) | |
| parent | 445c08d2129e389fb9d0b7345598d0f6aac524b7 (diff) | |
| download | rust-7fa572e6a5b4c9737928c9c0f34655e5537f3508.tar.gz rust-7fa572e6a5b4c9737928c9c0f34655e5537f3508.zip | |
Rollup merge of #43773 - ubsan:patch-1, r=eddyb
fix a typo (this should not have been merged with this typo)
| -rw-r--r-- | src/libsyntax/parse/lexer/unicode_chars.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/lexer/unicode_chars.rs b/src/libsyntax/parse/lexer/unicode_chars.rs index 85df4eee913..6904fc950fa 100644 --- a/src/libsyntax/parse/lexer/unicode_chars.rs +++ b/src/libsyntax/parse/lexer/unicode_chars.rs @@ -82,7 +82,7 @@ const UNICODE_ARRAY: &'static [(char, &'static str, char)] = &[ ('։', "Armenian Full Stop", ':'), ('܃', "Syriac Supralinear Colon", ':'), ('܄', "Syriac Sublinear Colon", ':'), - ('᛬', "Runic Multiple Ponctuation", ':'), + ('᛬', "Runic Multiple Punctuation", ':'), ('︰', "Presentation Form For Vertical Two Dot Leader", ':'), ('᠃', "Mongolian Full Stop", ':'), ('᠉', "Mongolian Manchu Full Stop", ':'), |
