diff options
Diffstat (limited to 'lib/coderay/scanners/xml.rb')
-rw-r--r-- | lib/coderay/scanners/xml.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/scanners/xml.rb b/lib/coderay/scanners/xml.rb index aeabeca..947f16e 100644 --- a/lib/coderay/scanners/xml.rb +++ b/lib/coderay/scanners/xml.rb @@ -3,7 +3,7 @@ module Scanners load :html - # XML Scanner + # Scanner for XML. # # Currently this is the same scanner as Scanners::HTML. class XML < HTML |