Skip to content

Commit bb9d331

Browse files
committed
Merge pull request #34 from dvv/patch-1
PDoc comment fix.
2 parents a65df8e + f01a7f1 commit bb9d331

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)