diff options
Diffstat (limited to 'lib/coderay/scanner.rb')
-rw-r--r-- | lib/coderay/scanner.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/coderay/scanner.rb b/lib/coderay/scanner.rb index e638c2c..ec89b87 100644 --- a/lib/coderay/scanner.rb +++ b/lib/coderay/scanner.rb @@ -4,8 +4,6 @@ require 'strscan' module CodeRay autoload :WordList, 'coderay/helpers/word_list' - # FIXME: Rename CaseIgnoringWordList to WordList::CaseIgnoring. - autoload :CaseIgnoringWordList, 'coderay/helpers/word_list' # = Scanners # @@ -155,7 +153,7 @@ module CodeRay setup end - # Sets back the scanner. Subclasses should to define the reset_instance + # Sets back the scanner. Subclasses should redefine the reset_instance # method instead of this one. def reset super |