Incorrect variable name in example

This commit is contained in:
chrisbarr
2011-10-26 15:45:47 +02:00
parent 1e23df0cdb
commit 69cce225e1
+1 -1
View File
@@ -44,7 +44,7 @@ Along with the associated Mustache class:
Render it like so: Render it like so:
<?php <?php
$c = new Chris; $chris = new Chris;
echo $chris->render($template); echo $chris->render($template);
?> ?>