X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fselector%2Fselector.js;h=001f80a21e3f704ae4503341952b86b64e399367;hb=2b82ffbbfac419e017acea3e0f83c063549e545e;hp=1f451c9c8c1bd0520cc714e4f363cbc063f9deba;hpb=213118c81e3c441a99f2e0d3b8753538ffbc9b46;p=jquery.git diff --git a/src/selector/selector.js b/src/selector/selector.js index 1f451c9..001f80a 100644 --- a/src/selector/selector.js +++ b/src/selector/selector.js @@ -405,7 +405,7 @@ jQuery.extend({ * @name $.nth * @type DOMElement * @param DOMElement cur The element to search from. - * @param Number|String num The Nth result to match. Can be a number or a string (like 'even' or 'odd'). + * @param String|Number num The Nth result to match. Can be a number or a string (like 'even' or 'odd'). * @param String dir The direction to move in (pass in something like 'previousSibling' or 'nextSibling'). * @cat DOM/Traversing */