Skip to content

Commit

Permalink
Merge branch '2.3' into 2.4
Browse files Browse the repository at this point in the history
* 2.3:
  Update twig_reference.rst
  Update version in Rework your Patch section
  • Loading branch information
weaverryan committed Jul 25, 2014
2 parents 1eec58b + a5ad0df commit 1ad82b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contributing/code/patches.rst
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ Rework your Patch

Based on the feedback on the pull request, you might need to rework your
patch. Before re-submitting the patch, rebase with ``upstream/master`` or
``upstream/2.1``, don't merge; and force the push to the origin:
``upstream/2.3``, don't merge; and force the push to the origin:

.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion reference/twig_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Symfony2 Twig Extensions
========================

Twig is the default template engine for Symfony2. By itself, it already contains
a lot of build-in functions, filters, tags and tests (`http://twig.sensiolabs.org/documentation`_
a lot of built-in functions, filters, tags and tests (`http://twig.sensiolabs.org/documentation`_
then scroll to the bottom).

Symfony2 adds more custom extension on top of Twig to integrate some components
Expand Down

0 comments on commit 1ad82b6

Please sign in to comment.