Fixed grammar error in doc (patch by stav) - closes #176

This commit is contained in:
Pablo Hoffman 2010-07-16 11:34:18 -03:00
parent b8aa74ee9e
commit b91d40ba78
1 changed files with 3 additions and 3 deletions

View File

@ -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::