mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
fixing typo.
This commit is contained in:
@@ -385,7 +385,7 @@
|
|||||||
return (n != null) && !guard ? slice.call(array, 0, n) : array[0];
|
return (n != null) && !guard ? slice.call(array, 0, n) : array[0];
|
||||||
};
|
};
|
||||||
|
|
||||||
// Returns everything but the last entry of the array. Especcialy useful on
|
// Returns everything but the last entry of the array. Especially useful on
|
||||||
// the arguments object. Passing **n** will return all the values in
|
// the arguments object. Passing **n** will return all the values in
|
||||||
// the array, excluding the last N. The **guard** check allows it to work with
|
// the array, excluding the last N. The **guard** check allows it to work with
|
||||||
// `_.map`.
|
// `_.map`.
|
||||||
|
|||||||
Reference in New Issue
Block a user