1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Merge pull request #825 from flack/patch-1

Spelling fix
This commit is contained in:
Marco Pivetta 2013-10-23 02:32:45 -07:00
commit b7cb1e98ee

View File

@ -157,7 +157,7 @@ wishes to be hydrated. Default result-types include:
- SQL to a single result variable
Hydration to entities and arrays is one of most complex parts of Doctrine
algorithm-wise. It can built results with for example:
algorithm-wise. It can build results with for example:
- Single table selects
- Joins with n:1 or 1:n cardinality, grouping belonging to the same parent.