Skip to content

Commit f373a30

Browse files
AurelioDeRosascottgonzalez
authored andcommitted
Index: Fixed wording for consistency.
Closes jquerygh-390
1 parent 910e614 commit f373a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ alert( "Index: " + $( "#bar" ).index() );
7979
</p>
8080
</longdesc>
8181
<example>
82-
<desc>On click, returns the index (based zero) of that div in the page.</desc>
82+
<desc>On click, returns the index (zero-based) of that div in the page.</desc>
8383
<code><![CDATA[
8484
$( "div" ).click(function() {
8585
// `this` is the DOM element that was clicked

0 commit comments

Comments
 (0)