From: Dave Rolsky Date: Sat, 2 Aug 2008 02:24:28 +0000 (+0000) Subject: Fix a little bit of grammar X-Git-Tag: 0_55~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=00157674f7fb2d1ba4d1b45e90315d2aab83374b;p=gitmo%2FMoose.git Fix a little bit of grammar --- diff --git a/lib/Moose/Cookbook/FAQ.pod b/lib/Moose/Cookbook/FAQ.pod index 2518660..193d6aa 100644 --- a/lib/Moose/Cookbook/FAQ.pod +++ b/lib/Moose/Cookbook/FAQ.pod @@ -97,7 +97,7 @@ delegation. Moose makes this easy using the C keyword, coercions, and C, so subclassing is often not the ideal route. -That said, the default Moose constructors is inherited from +That said, the default Moose constructor is inherited from L. When inheriting from a non-Moose class, the inheritance chain to L is broken. The simplest way to fix this is to simply explicitly inherit from L