From 982840ac3cbf899136cfba58a46813a3f6e26131 Mon Sep 17 00:00:00 2001 From: Nick Hazen Date: Thu, 5 Sep 2013 09:32:36 -0400 Subject: [PATCH] Fixed typo in mapping documentation "Classthat" to "Class that" line #69 --- 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 379167ce9..8c525eab5 100644 --- a/docs/en/reference/basic-mapping.rst +++ b/docs/en/reference/basic-mapping.rst @@ -66,7 +66,7 @@ annotations for supplying object-relational mapping metadata. Persistent classes ------------------ -Every PHP Classthat you want to save in the database using Doctrine +Every PHP Class that you want to save in the database using Doctrine need to be configured as "Entity". .. configuration-block::