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