From 571c5d9c878b08765547e040194773e940536b80 Mon Sep 17 00:00:00 2001 From: fabien Date: Tue, 27 Oct 2009 16:33:19 +0000 Subject: [PATCH] fixed typo git-svn-id: http://svn.twig-project.org/trunk@104 93ef8e89-cb99-4229-a87c-7fa0fa45744b --- doc/04-Extending-Twig.markdown | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/04-Extending-Twig.markdown b/doc/04-Extending-Twig.markdown index fa6dc5f..10df4e8 100644 --- a/doc/04-Extending-Twig.markdown +++ b/doc/04-Extending-Twig.markdown @@ -161,7 +161,7 @@ from within a template. The tag can be used like follows: >**NOTE** >The `set` tag is part of the Core extension and as such is always available. >The built-in version is slightly more powerful and supports multiple ->assignments by defaults (cf. template designers chapter for more +>assignments by default (cf. the template designers chapter for more >information). First, we need to create a `Twig_TokenParser` class which will be able to -- 1.7.2.5