Skip to content

Commit

Permalink
Merge pull request prototypejs#34 from dvv/patch-1
Browse files Browse the repository at this point in the history
PDoc comment fix.
  • Loading branch information
tobie committed Dec 6, 2011
2 parents a65df8e + f01a7f1 commit bb9d331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prototype/dom/selector.js
Expand Up @@ -125,7 +125,7 @@ Prototype.Selector = (function() {
* Prototype.Selector.find(elements, expression[, index = 0]) -> Element
* - elements (Enumerable): a collection of DOM elements.
* - expression (String): A CSS selector.
* - index: Numeric index of the match to return, defaults to 0.
* - index (Number): Numeric index of the match to return, defaults to 0.
*
* Filters the given collection of elements with `expression` and returns the
* first matching element (or the `index`th matching element if `index` is
Expand Down

0 comments on commit bb9d331

Please sign in to comment.