aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvnerCohen <israbirding@gmail.com>2012-10-08 19:53:42 +0200
committerAvnerCohen <israbirding@gmail.com>2012-10-08 19:53:42 +0200
commitecb39e6956077a07a0bddb69bad5457116757898 (patch)
tree1b32609b4342c4fdfcd6b70ac16eb3bec7d2f94d
parent9b1853ee4c4f730df9f1418298da1c159b55d545 (diff)
downloadrails-ecb39e6956077a07a0bddb69bad5457116757898.tar.gz
rails-ecb39e6956077a07a0bddb69bad5457116757898.tar.bz2
rails-ecb39e6956077a07a0bddb69bad5457116757898.zip
Closed unclosed <tt>, working on a complete solution for docrails, but testing push process first
-rw-r--r--actionpack/lib/action_view/vendor/html-scanner/html/selector.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/vendor/html-scanner/html/selector.rb b/actionpack/lib/action_view/vendor/html-scanner/html/selector.rb
index 1eadfc0390..60b6783b19 100644
--- a/actionpack/lib/action_view/vendor/html-scanner/html/selector.rb
+++ b/actionpack/lib/action_view/vendor/html-scanner/html/selector.rb
@@ -160,7 +160,7 @@ module HTML
# * <tt>:not(selector)</tt> -- Match the element only if the element does not
# match the simple selector.
#
- # As you can see, <tt>:nth-child<tt> pseudo class and its variant can get quite
+ # As you can see, <tt>:nth-child</tt> pseudo class and its variant can get quite
# tricky and the CSS specification doesn't do a much better job explaining it.
# But after reading the examples and trying a few combinations, it's easy to
# figure out.