Minor docs fix: missing word 'do'
This commit is contained in:
parent
193e31f22a
commit
27fe4d78b7
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ As the term ORM already hints at, Doctrine 2 aims to simplify the
|
||||||
translation between database rows and the PHP object model. The
|
translation between database rows and the PHP object model. The
|
||||||
primary use case for Doctrine are therefore applications that
|
primary use case for Doctrine are therefore applications that
|
||||||
utilize the Object-Oriented Programming Paradigm. For applications
|
utilize the Object-Oriented Programming Paradigm. For applications
|
||||||
that not primarily work with objects Doctrine 2 is not suited very
|
that do not primarily work with objects Doctrine 2 is not suited very
|
||||||
well.
|
well.
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
|
|
Loading…
Add table
Reference in a new issue