HTMl -> HTML: html scanner comment fix

This commit is contained in:
Alexey Vakhov 2011-10-15 23:54:26 +04:00
parent 4867bfabaa
commit 8f473dc9ae
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ require 'html/selector'
require 'html/sanitizer'
module HTML #:nodoc:
# A top-level HTMl document. You give it a body of text, and it will parse that
# A top-level HTML document. You give it a body of text, and it will parse that
# text into a tree of nodes.
class Document #:nodoc: