diff --git a/en/tutorials/ordered-associations.rst b/en/tutorials/ordered-associations.rst index 52b217308..23f438300 100644 --- a/en/tutorials/ordered-associations.rst +++ b/en/tutorials/ordered-associations.rst @@ -64,7 +64,7 @@ However the following: SELECT u, g FROM User u JOIN u.groups g WHERE u.id = 10 ORDER BY g.name ASC -You can't reverse the order with an explicit DQL ORDER BY: +You can reverse the order with an explicit DQL ORDER BY: .. code-block:: sql