From: Dave Rolsky Date: Sat, 2 May 2009 00:35:52 +0000 (-0500) Subject: Fix a few small typos X-Git-Tag: 0.77~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cad0dd796548b50a7c1842ed4279b9ea95b5d493;p=gitmo%2FMoose.git Fix a few small typos --- diff --git a/lib/Moose/Cookbook/Basics/Recipe4.pod b/lib/Moose/Cookbook/Basics/Recipe4.pod index b771262..4e3747e 100644 --- a/lib/Moose/Cookbook/Basics/Recipe4.pod +++ b/lib/Moose/Cookbook/Basics/Recipe4.pod @@ -114,8 +114,8 @@ declaratively create type constraints without building an entire class. In the recipe we also make use of L and L -to build constraints, showing how how constraints can make use of -existing CPAN tools for data validation. +to build constraints, showing how constraints can make use of existing +CPAN tools for data validation. Finally, we introduce the C attribute option. @@ -188,7 +188,7 @@ where each element of the array is an C object. It's worth noting that an I array reference also satisfies this constraint. -Parameterizable type constraints (or "container types), such as +Parameterizable type constraints (or "container types"), such as C, can be made more specific with a type parameter. In fact, we can arbitrarily nest these types, producing something like C. However, you can also just use the type by