From: Karen Etheridge Date: Sun, 29 Apr 2012 15:32:40 +0000 (-0700) Subject: minor doc fixes X-Git-Tag: 2.0600~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=740072aebb752cd3e47a0115cc0cb1feee4906ca;p=gitmo%2FMoose.git minor doc fixes --- diff --git a/lib/Moose/Cookbook/Snack/Keywords.pod b/lib/Moose/Cookbook/Snack/Keywords.pod index 329ff32..dd40d51 100644 --- a/lib/Moose/Cookbook/Snack/Keywords.pod +++ b/lib/Moose/Cookbook/Snack/Keywords.pod @@ -28,7 +28,7 @@ C<-meta_name> option when you C>. For instance: =head2 Moose Keywords -If you are using L or L its best to avoid these +If you are using L or L it is best to avoid these keywords: =over 4 @@ -61,8 +61,8 @@ keywords: =head2 Moose::Util::TypeConstraints Keywords -If you are using L its best to avoid -these keywords +If you are using L it is best to avoid +these keywords: =over 4 @@ -106,7 +106,7 @@ these keywords =head3 Turning off Moose -To remove the sugar functions L exports just add C> +To remove the sugar functions L exports, just add C> at the bottom of your code: package Thing;