From: Chris Prather Date: Mon, 8 Dec 2008 22:25:12 +0000 (+0000) Subject: zero or more Roles X-Git-Tag: 0.64~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=46a09ba096195f93d5f383750bf1c3aaf4faa30f;p=gitmo%2FMoose.git zero or more Roles --- diff --git a/lib/Moose/Intro.pod b/lib/Moose/Intro.pod index 95eb7e3..57472de 100644 --- a/lib/Moose/Intro.pod +++ b/lib/Moose/Intro.pod @@ -139,7 +139,7 @@ A class I zero or more B. These modifiers can apply to its own methods or methods that are inherited from its ancestors. -A class may I one or more B. +A class may I zero or more B. A class I a B and a B. These are provided for you "for free" by Moose.