From 550503ec2d85fa46184c5fa306c6e259004640c4 Mon Sep 17 00:00:00 2001 From: DieterDePaepe Date: Sat, 25 May 2013 14:42:31 +0200 Subject: [PATCH] Add missing semicolon --- doc/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/intro.rst b/doc/intro.rst index d9183877c..bdcdb8a07 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::