diff --git a/docs/index.html b/docs/index.html index d6c022b..187cd7a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -433,7 +433,7 @@

Array Functions

_.unshift(array, item)

Inserts item at the beginning of an array

-
_.push({1,2,3}, 4)
=> {4,1,2,3}
+
_.unshift({1,2,3}, 4)
=> {4,1,2,3}