Skip to content

Commit

Permalink
Fixed documentation of a DISTINCT clause
Browse files Browse the repository at this point in the history
  • Loading branch information
bingo-soft committed Oct 12, 2019
1 parent 37c757d commit 7c65031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/reference/query-builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ You can convert a query builder to its SQL string representation
by calling ``$queryBuilder->getSQL()`` or casting the object to string.

DISTINCT-Clause
~~~~~~~~~~~~
~~~~~~~~~~~~~~~

The ``SELECT`` statement can be specified with ``DISTINCT`` clause:
The ``SELECT`` statement can be specified with a ``DISTINCT`` clause:

.. code-block:: php
Expand Down

0 comments on commit 7c65031

Please sign in to comment.