From: Dave Rolsky Date: Sat, 2 May 2009 21:13:22 +0000 (-0500) Subject: s/a/an/ X-Git-Tag: 0.78~58 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=398e8913fa224b254fa6eb4b68331e2603de3020;p=gitmo%2FMoose.git s/a/an/ --- diff --git a/lib/Moose/Manual/Roles.pod b/lib/Moose/Manual/Roles.pod index 9ad6556..6a310a4 100644 --- a/lib/Moose/Manual/Roles.pod +++ b/lib/Moose/Manual/Roles.pod @@ -153,8 +153,8 @@ set to true when C is called. If you are familiar with the concept of abstract base classes in other languages, you may be tempted to use roles in the same way. -You I define a "interface-only" role, one that contains I a -list of required methods. +You I define an "interface-only" role, one that contains I +a list of required methods. However, any class which consumes this role must implement all of the required methods, either directly or through inheritance from a