From: Christian Walde <walde.christian@googlemail.com>
Date: Mon, 16 Apr 2012 15:42:27 +0000 (+0200)
Subject: restored an unintentionally removed bit of documentation prose
X-Git-Tag: v1.001000~3
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=259ce3a0e5237acb92066955b903d5aa49af8482;p=gitmo%2FRole-Tiny.git

restored an unintentionally removed bit of documentation prose
---

diff --git a/lib/Role/Tiny.pm b/lib/Role/Tiny.pm
index 5ecbe23..d9f3882 100644
--- a/lib/Role/Tiny.pm
+++ b/lib/Role/Tiny.pm
@@ -475,10 +475,10 @@ a meta-protocol-less subset of the king of role systems, L<Moose::Role>.
 
 If you don't want method modifiers and do want to be forcibly restricted
 to a single role application per class, Ovid's L<Role::Basic> exists. But
-Stevan Little (the L<Moose> author) don't find the additional restrictions
-to be amazingly helpful in most cases; L<Role::Basic>'s choices are more
-a guide to what you should prefer doing, to our mind, rather than something
-that needs to be enforced.
+Stevan Little (the L<Moose> author) and I don't find the additional
+restrictions to be amazingly helpful in most cases; L<Role::Basic>'s choices
+are more a guide to what you should prefer doing, to our mind, rather than
+something that needs to be enforced.
 
 =head1 AUTHOR