From: Dave Rolsky <autarch@urth.org>
Date: Mon, 29 Sep 2008 19:30:55 +0000 (+0000)
Subject: Missing an apostrophe.
X-Git-Tag: 0.59~31
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2d244c60190b3619ee547f645764c33d30300cb4;p=gitmo%2FMoose.git

Missing an apostrophe.
---

diff --git a/lib/Moose/Intro.pod b/lib/Moose/Intro.pod
index e8b18f0..5090f51 100644
--- a/lib/Moose/Intro.pod
+++ b/lib/Moose/Intro.pod
@@ -442,7 +442,7 @@ Singleton, and much, much more.
 
 Many of these extensions require surprisingly small amounts of code,
 and once you've done it once, you'll never have to hand-code "your way
-of doing things" again. Instead you ll just load your favorite
+of doing things" again. Instead you'll just load your favorite
 extensions.
 
   package MyWay::User;