From 78e1913eb97e7b4ebb549e5143c66989c5753ce6 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 1 Dec 2010 23:19:59 -0500 Subject: [PATCH] Comment spelling correction --- lib/class.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/class.js b/lib/class.js index 2abc483..fbfd750 100644 --- a/lib/class.js +++ b/lib/class.js @@ -212,7 +212,7 @@ function attach_extend( func ) /** * Shorthand for extending classes * - * This method can be invoked on the object, rater than having to call + * This method can be invoked on the object, rather than having to call * Class.extend( this ). * * @param {Object} props properties to add to extended class