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 files changed, 1 insertions(+), 1 deletions(-) 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:: -- 1.7.2.5