fixed typo

This commit is contained in:
Fabien Potencier
2017-01-10 14:02:12 -08:00
parent 751c05bddd
commit 44eba84e24
+2 -2
View File
@@ -3,14 +3,14 @@
/*
* This file is part of Twig.
*
* (c) 2010 Fabien Potencier
* (c) Fabien Potencier
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* Represents a node that will capture any nested displayable nodes.
* Represents a node that captures any nested displayable nodes.
*
* @author Fabien Potencier <fabien@symfony.com>
*/