From: Todd Hepler Date: Mon, 15 Dec 2008 17:30:30 +0000 (+0000) Subject: typo fix X-Git-Tag: 0.73~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6733a683ffcee899099c1d08c85881219aecf33c;p=gitmo%2FClass-MOP.git typo fix --- diff --git a/lib/Class/MOP/Class.pm b/lib/Class/MOP/Class.pm index 65ae31a..fcf1c68 100644 --- a/lib/Class/MOP/Class.pm +++ b/lib/Class/MOP/Class.pm @@ -1355,7 +1355,7 @@ This method is used to construct an instance structure suitable for C-ing into your package of choice. It works in conjunction with the Attribute protocol to collect all applicable attributes. -This will construct and instance using a HASH ref as storage +This will construct an instance using a HASH ref as storage (currently only HASH references are supported). This will collect all the applicable attributes and layout out the fields in the HASH ref, it will then initialize them using either use the corresponding key