From 0cffb71d357e50dad6f1223e1df9152807e3b56f Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 28 Sep 2005 16:13:17 +0000 Subject: Still working on Documentation. Rakefile: fixed a status message. --- lib/coderay/encoder.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/coderay/encoder.rb') diff --git a/lib/coderay/encoder.rb b/lib/coderay/encoder.rb index dc7bee6..4340b29 100644 --- a/lib/coderay/encoder.rb +++ b/lib/coderay/encoder.rb @@ -9,7 +9,7 @@ module CodeRay # given format. module Encoders - # Raised if Encoders[] fails because: + # Raised if Encoders::[] fails because: # * a file could not be found # * the requested Encoder is not registered EncoderNotFound = Class.new Exception @@ -170,7 +170,7 @@ module CodeRay finish options end - # Behave like a proc. The tokens method is converted to a proc. + # Behave like a proc. The token method is converted to a proc. def to_proc method(:token).to_proc end -- cgit v1.2.1