From f2fa47dedbf774c672f5c2e660ab563edec8e209 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sun, 8 Sep 2013 13:04:08 +0200 Subject: [PATCH] Fix RST bug --- docs/en/reference/native-sql.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/native-sql.rst b/docs/en/reference/native-sql.rst index 89eb2850b..75231b7a9 100644 --- a/docs/en/reference/native-sql.rst +++ b/docs/en/reference/native-sql.rst @@ -80,7 +80,7 @@ with inheritance hierachies. The builder extends the ``ResultSetMapping`` class and as such has all the functionality of it as well. -..versionadded:: 2.4 +.. versionadded:: 2.4 Starting with Doctrine ORM 2.4 you can generate the ``SELECT`` clause from a ``ResultSetMappingBuilder``. You can either cast the builder