From: Anders Nor Berle Date: Sat, 24 Mar 2007 17:52:40 +0000 (+0000) Subject: Fix minor spelling error X-Git-Tag: 0_19~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=100e4d84122ae1e5b0b4438f15ea0bbae66060f8;p=gitmo%2FMoose.git Fix minor spelling error --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 673d6b6..4de5436 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -442,7 +442,7 @@ B This features is no longer experimental, but it still may have subtle bugs lurking in the deeper corners. So if you think you have found a bug, you probably have, so please report it to me right away. -B The class being delegated too does not need to be a Moose based class. +B The class being delegated to does not need to be a Moose based class. Which is why this feature is especially useful when wrapping non-Moose classes. All handles option formats share the following traits.