summaryrefslogtreecommitdiff
path: root/lib/coderay/tokens.rb
diff options
context:
space:
mode:
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 .