diff options
| author | nicole mazzuca <npmazzuca@gmail.com> | 2017-08-09 13:52:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-09 13:52:43 -0700 |
| commit | 445c08d2129e389fb9d0b7345598d0f6aac524b7 (patch) | |
| tree | 8c02fb6725a2118f345c825499d8f0a0283afc76 /src/libsyntax/parse/lexer | |
| parent | 33d71944cd359db9d90718abe37559d419070eb9 (diff) | |
| download | rust-445c08d2129e389fb9d0b7345598d0f6aac524b7.tar.gz rust-445c08d2129e389fb9d0b7345598d0f6aac524b7.zip | |
fix a typo
(this should not have been merged with this typo)
Diffstat (limited to 'src/libsyntax/parse/lexer')
| -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", ':'), |
