Add mutation note to _.fill docs. [ci skip]

This commit is contained in:
jdalton
2015-02-09 00:32:07 -08:00
parent d073e2a881
commit 954b4d8075

View File

@@ -4396,6 +4396,8 @@
* Fills elements of `array` with `value` from `start` up to, but not
* including, `end`.
*
* **Note:** This method mutates `array`.
*
* @private
* @param {Array} array The array to fill.
* @param {*} value The value to fill `array` with.