Skip to content

Commit

Permalink
merged branch oktron/patch-1 (PR twigphp#1161)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Add missing apostrophe

Commits
-------

8d93a1e Add missing apostrophe
  • Loading branch information
fabpot committed Aug 7, 2013
2 parents e0fbce2 + 8d93a1e commit fcf007e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/filters/json_encode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Arguments
---------

* ``options``: A bitmask of `json_encode options`_ (``{{
data|json_encode(constant(JSON_PRETTY_PRINT)) }}``)
data|json_encode(constant('JSON_PRETTY_PRINT')) }}``)

.. _`json_encode`: http://php.net/json_encode
.. _`json_encode options`: http://www.php.net/manual/en/json.constants.php

0 comments on commit fcf007e

Please sign in to comment.