about summary refs log tree commit diff
path: root/src/libsyntax/parse/lexer
diff options
context:
space:
mode:
authornicole mazzuca <npmazzuca@gmail.com>2017-08-09 13:52:43 -0700
committerGitHub <noreply@github.com>2017-08-09 13:52:43 -0700
commit445c08d2129e389fb9d0b7345598d0f6aac524b7 (patch)
tree8c02fb6725a2118f345c825499d8f0a0283afc76 /src/libsyntax/parse/lexer
parent33d71944cd359db9d90718abe37559d419070eb9 (diff)
downloadrust-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.rs2
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", ':'),