lib/nanoc3/extra/validators/w3c.rb in nanoc3-3.1.9 vs lib/nanoc3/extra/validators/w3c.rb in nanoc3-3.2.0a1

- old
+ new

@@ -4,13 +4,13 @@ # A validator that uses the W3C web service to validate HTML and CSS files. class W3C # @param [String] dir The directory that will be searched for HTML and/or - # CSS files to validate + # CSS files to validate # # @param [Array<Symbol>] types A list of types to check. Allowed types are - # `:html` and `:css`. + # `:html` and `:css`. def initialize(dir, types) @dir = dir @types = types end