more typos
Karen Etheridge [Sat, 16 Oct 2010 03:52:09 +0000 (20:52 -0700)]
lib/Moose/Meta/Attribute/Native.pm

index ec5bc28..fb8d6d3 100644 (file)
@@ -70,7 +70,7 @@ Moose::Meta::Attribute::Native - Delegate to native Perl types
 =head1 DESCRIPTION
 
 Native delegations allow you to delegate to native Perl data
-structure as if they were objects. For example, in the L</SYNOPSIS> you can
+structures as if they were objects. For example, in the L</SYNOPSIS> you can
 see a hash reference being treated as if it has methods named C<exists()>,
 C<keys()>, C<get()>, and C<set()>.