Change "method" to "function". [ci skip]

This commit is contained in:
jdalton
2015-04-03 02:11:42 -05:00
parent 0192226bb3
commit 2dd77d5bc7

View File

@@ -1729,7 +1729,7 @@
/**
* Used by `_.template` to customize its `_.assign` use.
*
* **Note:** This method is like `assignDefaults` except that it ignores
* **Note:** This function is like `assignDefaults` except that it ignores
* inherited property values when checking if a property is `undefined`.
*
* @private