diff options
author | murphy <murphy@rubychan.de> | 2005-11-04 01:37:16 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2005-11-04 01:37:16 +0000 |
commit | e6db7937334ab025b41e7b5cc3729e2c04ab4464 (patch) | |
tree | b9baf85b28500cab93c88c649b07507aab62c05c /lib/coderay | |
parent | 8c0c57bd923c7ec12db5949777caa22a0e7ff481 (diff) | |
download | coderay-e6db7937334ab025b41e7b5cc3729e2c04ab4464.tar.gz |
HTML Encoder Documentation updated (:list style)
Diffstat (limited to 'lib/coderay')
-rw-r--r-- | lib/coderay/encoders/html.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/encoders/html.rb b/lib/coderay/encoders/html.rb index 3c969d4..22738d8 100644 --- a/lib/coderay/encoders/html.rb +++ b/lib/coderay/encoders/html.rb @@ -39,7 +39,7 @@ module Encoders # Default: :page
#
# === :line_numbers
- # Include line numbers in :table, :inline or nil (no line numbers)
+ # Include line numbers in :table, :inline, :list or nil (no line numbers)
#
# Default: nil
#
|