summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/xml.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-03-26 03:18:12 +0000
committermurphy <murphy@rubychan.de>2010-03-26 03:18:12 +0000
commit7fd577f8c2959902c4eb79d3c20b70a274e41618 (patch)
treede117473e8d308f08900514dfcf0c27e9acfea53 /lib/coderay/scanners/xml.rb
parentcfa0257f846a01e6777e6e620751165410b328c8 (diff)
downloadcoderay-7fd577f8c2959902c4eb79d3c20b70a274e41618.tar.gz
Cleanups for C, C++, CSS, Delphi, Groovy, Java, PHP, Python, RHTML, XML, and YAML scanners.
Diffstat (limited to 'lib/coderay/scanners/xml.rb')
-rw-r--r--lib/coderay/scanners/xml.rb2
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