diff --git a/manual/docs/en/dql-doctrine-query-language/introduction.txt b/manual/docs/en/dql-doctrine-query-language/introduction.txt
index 1aa134007..52f693cb8 100644
--- a/manual/docs/en/dql-doctrine-query-language/introduction.txt
+++ b/manual/docs/en/dql-doctrine-query-language/introduction.txt
@@ -24,9 +24,9 @@ foreach($users as $user) {
print $phonenumber . ' ';
}
}
-
+
-However you should not use it. Above is the same behaviour implemented much more efficiently:
+However you should not use it. Below is the same behaviour implemented much more efficiently:
// same thing implemented much more efficiently: