diff --git a/lib/Twig/NodeCaptureInterface.php b/lib/Twig/NodeCaptureInterface.php index a37599737..97ffb6af2 100644 --- a/lib/Twig/NodeCaptureInterface.php +++ b/lib/Twig/NodeCaptureInterface.php @@ -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 */