From: DieterDePaepe Date: Sat, 25 May 2013 12:42:31 +0000 (+0200) Subject: Add missing semicolon X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=550503ec2d85fa46184c5fa306c6e259004640c4;p=web%2Fkonrad%2Ftwig.git Add missing semicolon --- diff --git a/doc/intro.rst b/doc/intro.rst index d918387..bdcdb8a 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -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::