mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 03:47:50 +00:00
Correct typo in iteratorTemplate code comment. [ci skip]
This commit is contained in:
@@ -930,7 +930,7 @@
|
|||||||
'}\n' +
|
'}\n' +
|
||||||
|
|
||||||
// Lo-Dash skips the `constructor` property when it infers it's iterating
|
// Lo-Dash skips the `constructor` property when it infers it's iterating
|
||||||
// over a `prototype` objecte bcause IE < 9 can't set the `[[Enumerable]]`
|
// over a `prototype` object because IE < 9 can't set the `[[Enumerable]]`
|
||||||
// attribute of an existing property and the `constructor` property of a
|
// attribute of an existing property and the `constructor` property of a
|
||||||
// prototype defaults to non-enumerable.
|
// prototype defaults to non-enumerable.
|
||||||
'<% if (support.nonEnumShadows) { %>\n' +
|
'<% if (support.nonEnumShadows) { %>\n' +
|
||||||
|
|||||||
Reference in New Issue
Block a user