From: Kieren Diment Date: Sun, 30 Dec 2007 21:05:03 +0000 (+0000) Subject: typo oops X-Git-Tag: v5.8005~321 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=47a792748b49cabce084f4ed40530bf174bb8624 typo oops --- diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index 70ac4e1..24e4a3e 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -217,7 +217,7 @@ Catalyst doesn't enforce anything. See L for a general discussion of these issues. Model, View and Controller components must inherit from L, -L and L, respectively. These, in turn, inherit +L and L, respectively. These, in turn, inherit from L which provides a simple class structure and some common class methods like C and C (constructor).