Typo in jQuery types documentation
Heya, I think I found a typo in the documentation at:
http://docs.jquery.com/Types
I think the boolean example code meant to have quotes around the second last "false"
!"" // true
!"hello" // false
!"true" // false
!new Boolean(false) // false
(sorry in advance if this post is made to the wrong forum, I wasn't sure which was the best for a post on the documentation)