Minor doc note fixes. [ci skip]

This commit is contained in:
John-David Dalton
2016-05-16 18:31:02 -07:00
parent b2da5ee1a7
commit 708505f2b1

View File

@@ -9366,7 +9366,7 @@
* The `_.bind.placeholder` value, which defaults to `_` in monolithic builds, * The `_.bind.placeholder` value, which defaults to `_` in monolithic builds,
* may be used as a placeholder for partially applied arguments. * 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. * property of bound functions.
* *
* @static * @static
@@ -11680,7 +11680,7 @@
/** /**
* Converts `value` to an integer. * 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). * [`ToInteger`](http://www.ecma-international.org/ecma-262/6.0/#sec-tointeger).
* *
* @static * @static