From 60346e00469c9a06d2428e57d7132d2a4c32c57e Mon Sep 17 00:00:00 2001 From: guhelski Date: Fri, 9 Sep 2016 16:46:35 +0200 Subject: [PATCH] Fix typo --- docs/en/tutorials/embeddables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorials/embeddables.rst b/docs/en/tutorials/embeddables.rst index 681aa7536..1dcb3c147 100644 --- a/docs/en/tutorials/embeddables.rst +++ b/docs/en/tutorials/embeddables.rst @@ -1,7 +1,7 @@ Separating Concerns using Embeddables ------------------------------------- -Embeddables are classes which are not entities themself, but are embedded +Embeddables are classes which are not entities themselves, but are embedded in entities and can also be queried in DQL. You'll mostly want to use them to reduce duplication or separating concerns. Value objects such as date range or address are the primary use case for this feature. Embeddables can only