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.