Skip to content

Commit

Permalink
Fixed grammatical mistake in doc
Browse files Browse the repository at this point in the history
Co-Authored-By: Grégoire Paris <postmaster@greg0ire.fr>
  • Loading branch information
stollr and greg0ire authored Jun 24, 2019
1 parent 17bc627 commit 1c45e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/dql-doctrine-query-language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ the Query class. Here they are:
is thrown. If the result contains no objects, an ``NoResultException``
is thrown. The pure/mixed distinction does not apply.
- ``Query#getOneOrNullResult()``: Retrieve a single object. If the
result contains more than one object, an ``NonUniqueResultException``
result contains more than one object, a ``NonUniqueResultException``
is thrown. If no object is found null will be returned.
- ``Query#getArrayResult()``: Retrieves an array graph (a nested
array) that is largely interchangeable with the object graph
Expand Down

0 comments on commit 1c45e1b

Please sign in to comment.