From 195b1169aeb6ddf8f9e6ea0fcbd4662b005561ea Mon Sep 17 00:00:00 2001 From: flack Date: Wed, 23 Oct 2013 11:32:04 +0200 Subject: [PATCH] Spelling fix --- docs/en/reference/unitofwork.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/unitofwork.rst b/docs/en/reference/unitofwork.rst index f01c3f91d..cdfb6e0be 100644 --- a/docs/en/reference/unitofwork.rst +++ b/docs/en/reference/unitofwork.rst @@ -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.