X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FExtendingCatalyst.pod;fp=lib%2FCatalyst%2FManual%2FExtendingCatalyst.pod;h=8b141d4111ab6061e6e56496b4c74b6cb2f4bb97;hp=56e237a37f3044597d063631fb7eebbd4f1495b8;hb=433f1ad4d6b7013515ccbe89062be0d3b0a60c27;hpb=d1f98ee5db43dc7378c1f1c82cf8bf917cab0e13 diff --git a/lib/Catalyst/Manual/ExtendingCatalyst.pod b/lib/Catalyst/Manual/ExtendingCatalyst.pod index 56e237a..8b141d4 100644 --- a/lib/Catalyst/Manual/ExtendingCatalyst.pod +++ b/lib/Catalyst/Manual/ExtendingCatalyst.pod @@ -127,7 +127,7 @@ for more information about roles in general. =head2 Inheritance and overriding methods -When overriding a method, keep in mind that some day additionall +When overriding a method, keep in mind that some day additional arguments may be provided to the method, if the last parameter is not a flat list. It is thus better to override a method by shifting the invocant off of C<@_> and assign the rest of the used arguments, so