Closed unclosed <tt>, working on a complete solution for docrails, but testing push process first

This commit is contained in:
AvnerCohen 2012-10-08 19:53:42 +02:00
parent 9b1853ee4c
commit ecb39e6956

@ -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.