Add a missing comma in code
[gitmo/moose-presentations.git] / moose-class / slides / index.html
index 30b4f91..b2d5247 100644 (file)
@@ -3353,7 +3353,7 @@ has account => (
     isa     => 'BankAccount',
     handles => {
         receive_100 =>
-            <span class="highlight">[ 'deposit', 100 ]</span>
+            <span class="highlight">[ 'deposit', 100 ]</span>,
         give_100    =&gt;
             <span class="highlight">[ 'withdraw', 100 ]</span>
     },