From 7fd577f8c2959902c4eb79d3c20b70a274e41618 Mon Sep 17 00:00:00 2001 From: murphy Date: Fri, 26 Mar 2010 03:18:12 +0000 Subject: Cleanups for C, C++, CSS, Delphi, Groovy, Java, PHP, Python, RHTML, XML, and YAML scanners. --- lib/coderay/scanners/xml.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/scanners/xml.rb') 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 -- cgit v1.2.1