Skip to content

Commit 66c95a6

Browse files
committed
Drop unneeded backslashes
1 parent 62a0d73 commit 66c95a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/reference/dql-doctrine-query-language.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ clauses:
718718
- ``SQRT(q)`` - Return the square-root of q.
719719
- ``SUBSTRING(str, start [, length])`` - Return substring of given
720720
string.
721-
- ``TRIM([LEADING \| TRAILING \| BOTH] ['trchar' FROM] str)`` - Trim
721+
- ``TRIM([LEADING | TRAILING | BOTH] ['trchar' FROM] str)`` - Trim
722722
the string by the given trim char, defaults to whitespaces.
723723
- ``UPPER(str)`` - Return the upper-case of the given string.
724724
- ``DATE_ADD(date, value, unit)`` - Add the given time to a given date.

0 commit comments

Comments
 (0)