Index: src/array.js |
=================================================================== |
--- src/array.js (revision 10402) |
+++ src/array.js (working copy) |
@@ -204,7 +204,7 @@ |
if (IS_NULL_OR_UNDEFINED(e)) { |
return ''; |
} else { |
- // According to ES5, seciton 15.4.4.3, the toLocaleString conversion |
+ // According to ES5, section 15.4.4.3, the toLocaleString conversion |
// must throw a TypeError if ToObject(e).toLocaleString isn't |
// callable. |
var e_obj = ToObject(e); |