From: Graham Knop Date: Wed, 15 May 2013 15:31:31 +0000 (-0400) Subject: typo fix X-Git-Tag: v1.003000~84 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=416bcb6c1ddda33cfee0645f20b2525690848725;p=gitmo%2FMoo.git typo fix --- diff --git a/lib/Moo.pm b/lib/Moo.pm index ad29606..388cbba 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -366,7 +366,7 @@ This method should always return a hash reference of named options. If you are inheriting from a non-Moo class, the arguments passed to the parent class constructor can be manipulated by defining a C method. -It will recieve the same arguments as C, and should return a list +It will receive the same arguments as C, and should return a list of arguments to pass to the parent class constructor. =head2 BUILD