From 2dd77d5bc705467f69c34a6dbdc6eabad2af4d70 Mon Sep 17 00:00:00 2001 From: jdalton Date: Fri, 3 Apr 2015 02:11:42 -0500 Subject: [PATCH] Change "method" to "function". [ci skip] --- lodash.src.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.src.js b/lodash.src.js index ff5bcf5e6..65c1b7a5e 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -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