From 9e3379689bc88bb984b31115e9a9748a9fa3b820 Mon Sep 17 00:00:00 2001 From: pbowyer Date: Mon, 5 Nov 2007 11:35:48 +0000 Subject: [PATCH] Corrected formatting typo and changed "Above" to "Below" to make a sentence make sense --- manual/docs/en/dql-doctrine-query-language/introduction.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: