From f288ca23ae63e25a6106b40ce02d5468049bdfc6 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 16 Dec 2013 22:10:36 -0800 Subject: [PATCH] Correct typo in `iteratorTemplate` code comment. [ci skip] --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index 88b7c8f2f..ddae99a85 100644 --- a/lodash.js +++ b/lodash.js @@ -930,7 +930,7 @@ '}\n' + // 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 // prototype defaults to non-enumerable. '<% if (support.nonEnumShadows) { %>\n' +