8000 Let mozilla manage their i18n. [ci skip] · lodash/lodash@a2dd717 · GitHub
[go: up one dir, main page]

Skip to content

Commit a2dd717

Browse files
megawacjdalton
authored andcommitted
Let mozilla manage their i18n. [ci skip]
1 parent a80d0bc commit a2dd717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lodash.src.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8271,7 +8271,7 @@
82718271
* Creates a function that invokes `func` with the `this` binding of the
82728272
* created function and arguments from `start` and beyond provided as an array.
82738273
*
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).
82758275
*
82768276
* @static
82778277
* @memberOf _
@@ -8322,7 +8322,7 @@
83228322
* Creates a function that invokes `func` with the `this` binding of the created
83238323
* function and an array of arguments much like [`Function#apply`](https://es5.github.io/#x15.3.4.3).
83248324
*
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).
83268326
*
83278327
* @static
83288328
* @memberOf _

0 commit comments

Comments
 (0)
0