diff --git a/docs/en/tutorials/embeddables.rst b/docs/en/tutorials/embeddables.rst index c5dded1b8..be565bf2c 100644 --- a/docs/en/tutorials/embeddables.rst +++ b/docs/en/tutorials/embeddables.rst @@ -117,7 +117,7 @@ The following example shows you how to set your prefix to ``myPrefix_``: columnPrefix: myPrefix_ To have Doctrine drop the prefix and use the value object's property name -directly, set ``columnPrefix=false`` (not yet supported with XML configuration): +directly, set ``columnPrefix=false`` (``use-column-prefix="false"`` for XML): .. configuration-block::