From: Jonathan Rockway Date: Mon, 31 Aug 2009 06:18:06 +0000 (-0500) Subject: doc patch via qp_pq: "can be very" instead of "can very" X-Git-Tag: 0.89_01~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b3a690ca5dd659b7201d5bd101087109a982556;p=gitmo%2FMoose.git doc patch via qp_pq: "can be very" instead of "can very" --- diff --git a/lib/Moose/Cookbook/Roles/Recipe1.pod b/lib/Moose/Cookbook/Roles/Recipe1.pod index 7b140f9..6f8ea41 100644 --- a/lib/Moose/Cookbook/Roles/Recipe1.pod +++ b/lib/Moose/Cookbook/Roles/Recipe1.pod @@ -175,7 +175,7 @@ Then we have our C method: =head1 CONCLUSION -Roles can very powerful. They are a great way of encapsulating +Roles can be very powerful. They are a great way of encapsulating reusable behavior, as well as communicating (semantic and interface) information about the methods our classes provide.