From 22cdbd74c4bb86a9e1a26f36155d09d2b63c96e4 Mon Sep 17 00:00:00 2001 From: pookey Date: Thu, 12 Jul 2007 12:58:30 +0000 Subject: [PATCH] * Fixing previous breakage in grammar --- manual/new/docs/en/searching.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/new/docs/en/searching.txt b/manual/new/docs/en/searching.txt index 7e5f024ec..a75449b07 100644 --- a/manual/new/docs/en/searching.txt +++ b/manual/new/docs/en/searching.txt @@ -25,7 +25,7 @@ when using the previous query with parameters '%framework%' and '%framework%' (this would be equivalent of 'find all news items whose title or content contains word 'framework') the database would have to traverse through each row in the table, which would naturally be very very slow. -Doctrine solves this with it's search component and inverse indexes. First lets alter our definition a bit: +Doctrine solves this with its search component and inverse indexes. First lets alter our definition a bit: class NewsItem extends Doctrine_Record