summaryrefslogtreecommitdiff
path: root/lib/coderay/duo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/duo.rb')
-rw-r--r--lib/coderay/duo.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/duo.rb b/lib/coderay/duo.rb
index e2d6888..9d11c0e 100644
--- a/lib/coderay/duo.rb
+++ b/lib/coderay/duo.rb
@@ -35,7 +35,7 @@ module CodeRay
# CodeRay::Duo[:ruby => :statistic].encode 'class << self; end'
#
# alternative syntax with options:
- # CodeRay::Duo[(:ruby => :statistic), :do => :something].encode 'abc'
+ # CodeRay::Duo[{ :ruby => :statistic }, :do => :something].encode 'abc'
#
# The options are forwarded to scanner and encoder
# (see CodeRay.get_scanner_options).