Skip to content

Commit

Permalink
Merge pull request jashkenas#707 from braddunbar/take
Browse files Browse the repository at this point in the history
Document `take` alias.
  • Loading branch information
jashkenas committed Aug 20, 2012
2 parents f2cca69 + 78652c6 commit 4098a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ <h2 id="arrays">Array Functions</h2>

<p id="first">
<b class="header">first</b><code>_.first(array, [n])</code>
<span class="alias">Alias: <b>head</b></span>
<span class="alias">Alias: <b>head</b>, <b>take</b></span>
<br />
Returns the first element of an <b>array</b>. Passing <b>n</b> will
return the first <b>n</b> elements of the array.
Expand Down

0 comments on commit 4098a13

Please sign in to comment.