We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a65df8e + f01a7f1 commit bb9d331Copy full SHA for bb9d331
src/prototype/dom/selector.js
@@ -125,7 +125,7 @@ Prototype.Selector = (function() {
125
* Prototype.Selector.find(elements, expression[, index = 0]) -> Element
126
* - elements (Enumerable): a collection of DOM elements.
127
* - expression (String): A CSS selector.
128
- * - index: Numeric index of the match to return, defaults to 0.
+ * - index (Number): Numeric index of the match to return, defaults to 0.
129
*
130
* Filters the given collection of elements with `expression` and returns the
131
* first matching element (or the `index`th matching element if `index` is
0 commit comments