aboutsummaryrefslogtreecommitdiffstats
path: root/src/selector/selector.js
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2007-01-14 15:47:32 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2007-01-14 15:47:32 +0000
commit2b82ffbbfac419e017acea3e0f83c063549e545e (patch)
tree9b36f355929b3df29909bbb579179c7491cd356d /src/selector/selector.js
parent213118c81e3c441a99f2e0d3b8753538ffbc9b46 (diff)
downloadjquery-2b82ffbbfac419e017acea3e0f83c063549e545e.tar.gz
jquery-2b82ffbbfac419e017acea3e0f83c063549e545e.zip
Fixed a few docs
Diffstat (limited to 'src/selector/selector.js')
-rw-r--r--src/selector/selector.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selector/selector.js b/src/selector/selector.js
index 1f451c9c8..001f80a21 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
*/