Add missing semicolon

This commit is contained in:
DieterDePaepe
2013-05-25 14:42:31 +02:00
parent 6939565867
commit 550503ec2d
+1 -1
View File
@@ -129,7 +129,7 @@ installation.
If you have installed Twig via Composer you can take advantage of Composer's
autoload mechanism by replacing the previous snippet for::
require_once '/path/to/vendor/autoload.php'
require_once '/path/to/vendor/autoload.php';
.. note::