From e808865e6fd421178aec555d395878c34cbbe0d7 Mon Sep 17 00:00:00 2001 From: Nick Hazen Date: Thu, 5 Sep 2013 10:09:53 -0400 Subject: [PATCH] Fixed grammar in custom data types Changed 'are apply' to 'are applied' --- docs/en/reference/basic-mapping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/basic-mapping.rst b/docs/en/reference/basic-mapping.rst index 8c525eab5..6c28aa137 100644 --- a/docs/en/reference/basic-mapping.rst +++ b/docs/en/reference/basic-mapping.rst @@ -575,7 +575,7 @@ you wish. Here is an example skeleton of such a custom type class: } } -The following assumptions are apply to mapping types by the ORM: +The following assumptions are applied to mapping types by the ORM: - If the value of the field is *NULL* the method ``convertToDatabaseValue()`` is not called.