Skip to content

Commit

Permalink
minor #5809 Minor fix (javiereguiluz)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Minor fix

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets | -

Commits
-------

fa36ab9 Minor fix
  • Loading branch information
weaverryan committed Nov 5, 2015
2 parents 142bc69 + fa36ab9 commit 52373ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/templating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,8 @@ you set `with_context`_ to false).
elements, it would look like this: ``{'foo': foo, 'bar': bar}``.

.. versionadded:: 2.3
The `include() function`_ is a new Twig feature that's available in Symfony
2.3. Prior, the `{% include %} tag`_ tag was used.
The `include() function`_ is available since Symfony 2.3. Prior, the
`{% include %} tag`_ was used.

.. index::
single: Templating; Embedding action
Expand Down

0 comments on commit 52373ae

Please sign in to comment.