1
0
mirror of synced 2025-01-18 22:41:43 +03:00

Fixed grammar in custom data types

Changed 'are apply' to 'are applied'
This commit is contained in:
Nick Hazen 2013-09-05 10:09:53 -04:00
parent 0a07207f59
commit e808865e6f

View File

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