From d07a1aaf950884766ec18f6fb5ac69d46b7a751a Mon Sep 17 00:00:00 2001 From: "Andrew M." Date: Tue, 16 Sep 2014 11:12:58 +0300 Subject: [PATCH] Fix typo: duplicate "stored" --- docs/en/reference/embedded-mapping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/embedded-mapping.rst b/docs/en/reference/embedded-mapping.rst index 917ce25229..93d418b89e 100644 --- a/docs/en/reference/embedded-mapping.rst +++ b/docs/en/reference/embedded-mapping.rst @@ -141,7 +141,7 @@ you can simply omit the ``targetDocument`` option: tasks: ~ Now the ``$tasks`` property can store any type of document! The class name will -be automatically stored stored in a field named ``_doctrine_class_name`` within +be automatically stored in a field named ``_doctrine_class_name`` within the embedded document. The field name can be customized with the ``discriminatorField`` option: