Skip to content

Commit b215395

Browse files
committed
Applied comment from @weaverryan
1 parent 9f34675 commit b215395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/templating/introduction.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ Creating a Custom Engine
166166

167167
Besides providing a PHP templating engine, you can also create your own engine
168168
using the Templating component. To do that, create a new class which
169-
implements the :class:`Symfony\\Component\\Templating\\EngineInterface`
170-
interface. This interface requires 3 method:
169+
implements the :class:`Symfony\\Component\\Templating\\EngineInterface`. This
170+
requires 3 method:
171171

172172
* :method:`render($name, array $parameters = array()) <Symfony\\Component\\Templating\\EngineInterface::render>`
173173
- Renders a template

0 commit comments

Comments
 (0)