From 5ce4fd5be804d24ced9ef55bcb27f8e298e05eb6 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 14 Mar 2011 18:48:49 -0400 Subject: [PATCH] Manual typo fix --- doc/classes.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes.texi b/doc/classes.texi index 89edcc0..7c78e68 100644 --- a/doc/classes.texi +++ b/doc/classes.texi @@ -116,7 +116,7 @@ We will get more into visibility later on. Unlike @ref{f:class-js,}, we do not use the @code{new} keyword in order to instantiate our class. You are more than welcome to use the @code{new} keyword if you wish, but it is optional when using ease.js. This is mainly because -without this feautre, if the keyword is omitted, the constructor is called as a +without this feature, if the keyword is omitted, the constructor is called as a normal function, which could have highly negative consequences. This style of instantiation also has its benefits, which will be discussed later on.