summaryrefslogtreecommitdiff
path: root/lib/coderay/tokens.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-12-30 07:16:09 +0000
committermurphy <murphy@rubychan.de>2009-12-30 07:16:09 +0000
commitb510e92787bd0c2ff7b77e933adc2a15ba862026 (patch)
tree8949234e0c1702074be633446de672025f16cfdc /lib/coderay/tokens.rb
parentd3fa14e8438a4bce18c141e1011059f7f5a125fc (diff)
downloadcoderay-b510e92787bd0c2ff7b77e933adc2a15ba862026.tar.gz
Cleanups.
Diffstat (limited to 'lib/coderay/tokens.rb')
-rw-r--r--lib/coderay/tokens.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/tokens.rb b/lib/coderay/tokens.rb
index ec2b730..aa78ee7 100644
--- a/lib/coderay/tokens.rb
+++ b/lib/coderay/tokens.rb
@@ -14,7 +14,7 @@ module CodeRay
#
# [:comment, '# It looks like this']
# [:float, '3.1415926']
- # [:error, 'äöü']
+ # [:error, '$^']
#
# Some scanners also yield some kind of sub-tokens, represented by special
# token texts, namely :open and :close .