From: Dave Rolsky <autarch@urth.org>
Date: Thu, 17 Jun 2010 19:13:24 +0000 (-0500)
Subject: Add missing quote
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=801bde7cf204bb432e71b5a47eff0aec322c5cd8;p=gitmo%2Fmoose-presentations.git

Add missing quote
---

diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html
index 11028ce..856090b 100644
--- a/moose-class/slides/index.html
+++ b/moose-class/slides/index.html
@@ -218,7 +218,7 @@ use Moose;
   <ul>
     <li>AKA advice</li>
     <li>&quot;<strong>Before</strong> foo(), do this first&quot;</li>
-    <li>&quot;Do this <strong>after</strong> foo()</li>
+    <li>&quot;Do this <strong>after</strong> foo()&quot;</li>
     <li>&quot;Put this code <strong>around</strong> foo()&quot;</li>
   </ul>
 </div>