Skip to content

Commit f2cca69

Browse files
committed
Merge branch 'master' of github.com:documentcloud/underscore
2 parents 3032ea2 + 2c7cb73 commit f2cca69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,7 @@ <h2 id="utility">Utility Functions</h2>
13471347
<p id="times">
13481348
<b class="header">times</b><code>_.times(n, iterator, [context])</code>
13491349
<br />
1350-
Invokes the given iterator function <b>n</b> times.
1350+
Invokes the given iterator function <b>n</b> times. Each invocation of <b>iterator</b> is called with an <tt>index</tt> argument.
13511351
</p>
13521352
<pre>
13531353
_(3).times(function(){ genie.grantWish(); });</pre>
@@ -1579,10 +1579,10 @@ <h2 id="links">Links &amp; Suggested Reading</h2>
15791579
chaining.
15801580
(<a href="https://github.com/robb/Underscore.m">source</a>)
15811581
</p>
1582-
1582+
15831583
<p>
1584-
<a href="http://kmalakoff.github.com/_.m/">_.m</a>, an alternative
1585-
Objective-C port that tries to stick a little closer to the original
1584+
<a href="http://kmalakoff.github.com/_.m/">_.m</a>, an alternative
1585+
Objective-C port that tries to stick a little closer to the original
15861586
Underscore.js API.
15871587
(<a href="https://github.com/kmalakoff/_.m">source</a>)
15881588
</p>

0 commit comments

Comments
 (0)