From cacb5945a10ee589a59886fe5e2022ba6a4461af Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 27 May 2011 17:55:06 -0400 Subject: [PATCH] Documentation typo correction --- doc/classes.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes.texi b/doc/classes.texi index 48a9264..8bca2fc 100644 --- a/doc/classes.texi +++ b/doc/classes.texi @@ -1240,7 +1240,7 @@ will add an additional static method, @code{BigBang.create()}, which the factory methods will use to instantiate the object. This will permit subtypes to override the implementation. We will then create a subtype, @var{UnstableBigBang}, which will create a big bang that's destined to create an -unstable and inhabitable universe. +unstable and uninhabitable universe. @float Figure, f:static-binding @verbatim