From 50d87bd111105d2b1fdf81e62c27c7ff2734b26b Mon Sep 17 00:00:00 2001 From: tai2 Date: Fri, 13 Nov 2015 12:07:21 +0900 Subject: [PATCH] Fix a documentation error. --- docs/en/reference/transactions-and-concurrency.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/transactions-and-concurrency.rst b/docs/en/reference/transactions-and-concurrency.rst index c012d9049..e7309e428 100644 --- a/docs/en/reference/transactions-and-concurrency.rst +++ b/docs/en/reference/transactions-and-concurrency.rst @@ -101,7 +101,7 @@ functionally equivalent to the previously shown code looks as follows: .. warning:: For historical reasons, ``EntityManager#transactional($func)`` will return - ``false`` whenever the return value of ``$func`` is loosely false. + ``true`` whenever the return value of ``$func`` is loosely false. Some examples of this include ``array()``, ``"0"``, ``""``, ``0``, and ``null``.