diff options
author | Alexey Vakhov <vakhov@gmail.com> | 2011-10-15 23:54:26 +0400 |
---|---|---|
committer | Alexey Vakhov <vakhov@gmail.com> | 2011-10-15 23:54:26 +0400 |
commit | 8f473dc9aea2099e6e7e47c929c6a9cec02c7902 (patch) | |
tree | 07f4c0f1590e3d9d9f78c81b84315d3251c6c7b1 /actionpack/lib | |
parent | 4867bfabaa03b4c936dd766c7f2edf0919e05ca4 (diff) | |
download | rails-8f473dc9aea2099e6e7e47c929c6a9cec02c7902.tar.gz rails-8f473dc9aea2099e6e7e47c929c6a9cec02c7902.tar.bz2 rails-8f473dc9aea2099e6e7e47c929c6a9cec02c7902.zip |
HTMl -> HTML: html scanner comment fix
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_controller/vendor/html-scanner/html/document.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/vendor/html-scanner/html/document.rb b/actionpack/lib/action_controller/vendor/html-scanner/html/document.rb index 7fa3aead82..386820300a 100644 --- a/actionpack/lib/action_controller/vendor/html-scanner/html/document.rb +++ b/actionpack/lib/action_controller/vendor/html-scanner/html/document.rb @@ -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: |