From 47febcd7f440648d7406d5ccba50ca7c59364f55 Mon Sep 17 00:00:00 2001 From: Adrien Brault Date: Wed, 13 Jun 2012 01:36:40 +0300 Subject: [PATCH] Fix typo/Add missing words --- en/tutorials/ordered-associations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/tutorials/ordered-associations.rst b/en/tutorials/ordered-associations.rst index 23f438300..c34b01ce7 100644 --- a/en/tutorials/ordered-associations.rst +++ b/en/tutorials/ordered-associations.rst @@ -1,7 +1,7 @@ Ordering To-Many Assocations ---------------------------- -There use-cases you will want to sort collections when they are +There are use-cases when you'll want to sort collections when they are retrieved from the database. In userland you do this as long as you haven't initially saved an entity with its associations into the database. To retrieve a sorted collection from the database you can