From 073cfd0180013148010aa5a78ec8c2385d33ebc9 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 14 Jun 2012 15:15:52 +0200 Subject: [PATCH] tweaked doc --- doc/advanced.rst | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/advanced.rst b/doc/advanced.rst index 1864a9e..340bdab 100644 --- a/doc/advanced.rst +++ b/doc/advanced.rst @@ -7,10 +7,10 @@ itself with node visitors. .. note:: - This chapter describes how to extend Twig easily. If you want to reuse - your changes in different projects or if you want to share them with - others, you should then create an extension as described in the next - chapter. + The first section of this chapter describes how to extend Twig easily. If + you want to reuse your changes in different projects or if you want to + share them with others, you should then create an extension as described + in the following section. Before extending Twig, you must understand the differences between all the different possible extension points and when to use them. -- 1.7.2.5