Skip to content

Commit 78652c6

Browse files
committed
Document take alias.
1 parent f2cca69 commit 78652c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ <h2 id="arrays">Array Functions</h2>
648648

649649
<p id="first">
650650
<b class="header">first</b><code>_.first(array, [n])</code>
651-
<span class="alias">Alias: <b>head</b></span>
651+
<span class="alias">Alias: <b>head</b>, <b>take</b></span>
652652
<br />
653653
Returns the first element of an <b>array</b>. Passing <b>n</b> will
654654
return the first <b>n</b> elements of the array.

0 commit comments

Comments
 (0)