Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1b6a1ee

Browse files
Fixed a minor reStructuredText syntax issue
1 parent 6fb6b9d commit 1b6a1ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ You can select scalars from any entity in the query.
109109

110110
.. code-block:: sql
111111
112-
``SELECT u, p.quantity FROM Users u...``
112+
SELECT u, p.quantity FROM Users u...
113113
114114
Here, the result will again be an array of arrays, with each element
115115
being an array made up of a User object and the scalar value

0 commit comments

Comments
 (0)