Add missing semicolon
authorDieterDePaepe <dieter.depaepe@gmail.com>
Sat, 25 May 2013 12:42:31 +0000 (14:42 +0200)
committerDieterDePaepe <dieter.depaepe@gmail.com>
Sat, 25 May 2013 12:42:31 +0000 (14:42 +0200)
doc/intro.rst

index d918387..bdcdb8a 100644 (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::