From 708505f2b1e607ec47da30e3b4d2158255aa0014 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 16 May 2016 18:31:02 -0700 Subject: [PATCH] Minor doc note fixes. [ci skip] --- lodash.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lodash.js b/lodash.js index 032d495f8..89ce2e231 100644 --- a/lodash.js +++ b/lodash.js @@ -9366,7 +9366,7 @@ * The `_.bind.placeholder` value, which defaults to `_` in monolithic builds, * may be used as a placeholder for partially applied arguments. * - * **Note:** Unlike native `Function#bind` this method doesn't set the "length" + * **Note:** Unlike native `Function#bind`, this method doesn't set the "length" * property of bound functions. * * @static @@ -11680,7 +11680,7 @@ /** * Converts `value` to an integer. * - * **Note:** This function is loosely based on + * **Note:** This method is loosely based on * [`ToInteger`](http://www.ecma-international.org/ecma-262/6.0/#sec-tointeger). * * @static