From 66c95a65c5d99eee5b37c978a5418020343f304a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Wed, 1 Dec 2021 21:53:36 +0100 Subject: [PATCH] Drop unneeded backslashes --- docs/en/reference/dql-doctrine-query-language.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/dql-doctrine-query-language.rst b/docs/en/reference/dql-doctrine-query-language.rst index 375d20f6b2b..9305c730f05 100644 --- a/docs/en/reference/dql-doctrine-query-language.rst +++ b/docs/en/reference/dql-doctrine-query-language.rst @@ -718,7 +718,7 @@ clauses: - ``SQRT(q)`` - Return the square-root of q. - ``SUBSTRING(str, start [, length])`` - Return substring of given string. -- ``TRIM([LEADING \| TRAILING \| BOTH] ['trchar' FROM] str)`` - Trim +- ``TRIM([LEADING | TRAILING | BOTH] ['trchar' FROM] str)`` - Trim the string by the given trim char, defaults to whitespaces. - ``UPPER(str)`` - Return the upper-case of the given string. - ``DATE_ADD(date, value, unit)`` - Add the given time to a given date.