From 0e29fe871a854279113f080845a009d724ef4787 Mon Sep 17 00:00:00 2001 From: John Bafford Date: Mon, 27 May 2013 11:20:26 -0400 Subject: [PATCH] Fix an instance of doubled words --- 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 cc59f1630..89eb2850b 100644 --- a/docs/en/reference/native-sql.rst +++ b/docs/en/reference/native-sql.rst @@ -277,7 +277,7 @@ detail: The first parameter is the alias of the entity result to which the meta column belongs. A meta result column (foreign key or -discriminator column) always belongs to to an entity result. The +discriminator column) always belongs to an entity result. The second parameter is the column alias/name of the column in the SQL result set and the third parameter is the column name used in the mapping.