From b91d40ba785632bcf0fe49254149b1802d4da397 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Fri, 16 Jul 2010 11:34:18 -0300 Subject: [PATCH] Fixed grammar error in doc (patch by stav) - closes #176 --- docs/topics/loaders.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/topics/loaders.rst b/docs/topics/loaders.rst index 5a0f1cef6..89dd12f01 100644 --- a/docs/topics/loaders.rst +++ b/docs/topics/loaders.rst @@ -511,9 +511,9 @@ Here is a list of all built-in processors: .. class:: TakeFirst - Return the first non null/empty value from the values to received, so it's - typically used as output processor of single-valued fields. It doesn't - receive any constructor arguments, nor accepts Loader contexts. + Return the first non-null/non-empty value from the values received, + so it's typically used as an output processor to single-valued fields. + It doesn't receive any constructor arguments, nor accept Loader contexts. Example::