From b3ec87ab09f3ddfc52d0350753cf99256f899203 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Fri, 28 Mar 2014 12:54:49 +0000 Subject: [PATCH] Fixed typos --- docs/en/reference/inheritance-mapping.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/reference/inheritance-mapping.rst b/docs/en/reference/inheritance-mapping.rst index dc35ab29d..dbffd41fa 100644 --- a/docs/en/reference/inheritance-mapping.rst +++ b/docs/en/reference/inheritance-mapping.rst @@ -565,8 +565,8 @@ Could be used by an entity that extends a mapped superclass to override a field Things to note: - The "attribute override" specifies the overrides base on the property name. -- The column type *CANNOT* be changed. if the column type is not equals you got a ``MappingException`` -- The override can redefine all the column except the type. +- The column type *CANNOT* be changed. If the column type is not equal you get a ``MappingException`` +- The override can redefine all the columns except the type. Query the Type --------------