From 2388d8f4d39e899f5f40b57302965f1a68beb85a Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 23 Mar 2011 21:03:19 -0400 Subject: [PATCH] Typo caught my eye in comment --- lib/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.js b/lib/util.js index 43ddcb5..2a13d27 100644 --- a/lib/util.js +++ b/lib/util.js @@ -80,7 +80,7 @@ exports.freeze = function( obj ) * normal manner when use of Object.defineProperty() is requested * * This will be set by default if the JS engine does not support the - * Object.defineProperty method from EcmaScript 5. + * Object.defineProperty method from ECMAScript 5. * * @param {boolean=} val value, if used as setter *