From 1d247fbeaa0fc90a0d38fd404c1951fd8953d24f Mon Sep 17 00:00:00 2001 From: Nick Hazen Date: Thu, 5 Sep 2013 09:48:00 -0400 Subject: [PATCH] Fixed typo in property mapping Changed 'pecify' to 'specify' line # 246 --- 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..e7b18b834 100644 --- a/docs/en/reference/basic-mapping.rst +++ b/docs/en/reference/basic-mapping.rst @@ -243,7 +243,7 @@ Example: In that example we configured the property ``id`` to map to the column ``id`` using the mapping type ``integer``. The field ``name`` is mapped to the column ``name`` with the default mapping type ``string``. Column names are assumed to -be the same as the field names unless you pecify a different name for the +be the same as the field names unless you specify a different name for the column using the ``name`` attribute of the Column annotation: .. configuration-block::