From: Nelo Onyiah <io1@sanger.ac.uk>
Date: Sat, 25 Apr 2009 08:13:39 +0000 (+0100)
Subject: fixed small typo
X-Git-Tag: 0.76~7
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=117ad31b63e02ac0c57b046d2b96ddd7a66cca5b;p=gitmo%2FMoose.git

fixed small typo
---

diff --git a/lib/Moose/Manual/Delegation.pod b/lib/Moose/Manual/Delegation.pod
index 1096f12..359acd4 100644
--- a/lib/Moose/Manual/Delegation.pod
+++ b/lib/Moose/Manual/Delegation.pod
@@ -6,8 +6,8 @@ Moose::Manual::Delegation - Attribute delegation
 
 =head1 WHAT IS DELEGATION?
 
-Delegation is a feature that lets you create create "shadow" methods
-that do nothing more than call some other method on an attribute. This
+Delegation is a feature that lets you create "shadow" methods that
+do nothing more than call some other method on an attribute. This
 is quite handy since it lets you simplify a complex set of "has-a"
 relationships and present a single unified API from one class.