You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lodash.src.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8271,7 +8271,7 @@
8271
8271
* Creates a function that invokes `func` with the `this` binding of the
8272
8272
* created function and arguments from `start` and beyond provided as an array.
8273
8273
*
8274
-
* **Note:** This method is based on the [rest parameter](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/rest_parameters).
8274
+
* **Note:** This method is based on the [rest parameter](https://developer.mozilla.org/Web/JavaScript/Reference/Functions/rest_parameters).
8275
8275
*
8276
8276
* @static
8277
8277
* @memberOf _
@@ -8322,7 +8322,7 @@
8322
8322
* Creates a function that invokes `func` with the `this` binding of the created
8323
8323
* function and an array of arguments much like [`Function#apply`](https://es5.github.io/#x15.3.4.3).
8324
8324
*
8325
-
* **Note:** This method is based on the [spread operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_operator).
8325
+
* **Note:** This method is based on the [spread operator](https://developer.mozilla.org/Web/JavaScript/Reference/Operators/Spread_operator).
0 commit comments