summaryrefslogtreecommitdiff
path: root/lib/coderay
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay')
-rw-r--r--lib/coderay/encoders/html.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/coderay/encoders/html.rb b/lib/coderay/encoders/html.rb
index ad86d6b..e84d388 100644
--- a/lib/coderay/encoders/html.rb
+++ b/lib/coderay/encoders/html.rb
@@ -64,7 +64,7 @@ module Encoders
#
# === :highlight_lines
#
- # Highlights certain line numbers now by using the :highlight_lines option.
+ # Highlights certain line numbers.
# Can be any Enumerable, typically just an Array or Range, of numbers.
#
# Bolding is deactivated when :highlight_lines is set. It only makes sense
@@ -88,7 +88,6 @@ module Encoders
DEFAULT_OPTIONS = {
:tab_width => 8,
- # :level => :xhtml, # reserved for future use
:css => :class,
:style => :cycnus,