Skip to content

Commit c22e224

Browse files
Merge branch 'master' of github.com:sstephenson/prototype
2 parents 20e0bd5 + bb9d331 commit c22e224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prototype/dom/selector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Prototype.Selector = (function() {
125125
* Prototype.Selector.find(elements, expression[, index = 0]) -> Element
126126
* - elements (Enumerable): a collection of DOM elements.
127127
* - expression (String): A CSS selector.
128-
* - index: Numeric index of the match to return, defaults to 0.
128+
* - index (Number): Numeric index of the match to return, defaults to 0.
129129
*
130130
* Filters the given collection of elements with `expression` and returns the
131131
* first matching element (or the `index`th matching element if `index` is

0 commit comments

Comments
 (0)