From: Jesse Luehrs Date: Mon, 27 Sep 2010 15:09:28 +0000 (-0500) Subject: typo fixes X-Git-Tag: 1.15~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ca8d6244390a2d087440fcbe0d2ce806732f9438;p=gitmo%2FMoose.git typo fixes --- diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index 6aef906..6369de9 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -56,7 +56,7 @@ a Native delegation. These changes are only likely to break code in a few cases. -The inlning code may or may not preserve the original reference when changes +The inlining code may or may not preserve the original reference when changes are made. In some cases, methods which change the value may replace it entirely. This will break tied values. @@ -66,7 +66,7 @@ possible that code which previously ran without errors will now cause the constraint to fail. However, presumably this is a good thing ;) If you are passing invalid arguments to a delegation which were previously -being ignore, these calls will now fail. +being ignored, these calls will now fail. If your code relied on the trigger only being called for a regular writer, that may cause problems.