Skip to content

Commit f24dcab

Browse files
committed
jQuery.type(): <li> -> </li>
1 parent ca76390 commit f24dcab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entries/jQuery.type.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<li>jQuery.type( 3 ) === "number"</li>
2727
<li>jQuery.type( new Number(3) ) === "number"</li>
2828
<li>jQuery.type( "test" ) === "string"</li>
29-
<li>jQuery.type( new String("test") ) === "string"<li>
29+
<li>jQuery.type( new String("test") ) === "string"</li>
3030
<li>jQuery.type( function(){} ) === "function"</li>
3131
<li>jQuery.type( [] ) === "array"</li>
3232
<li>jQuery.type( new Array() ) === "array"</li>

0 commit comments

Comments
 (0)