From 0411b1e75d645377042e1c6a7f28ff3a43f21e8a Mon Sep 17 00:00:00 2001 From: Ray Rehbein Date: Thu, 16 Dec 2010 06:14:08 +0800 Subject: [PATCH] Attempt at correction for a formatting glitch. It appears Sphinx doesn't use the `` mark in the middle of a word correctly --- en/reference/native-sql.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/reference/native-sql.rst b/en/reference/native-sql.rst index 3d976794a..dfec36ff8 100644 --- a/en/reference/native-sql.rst +++ b/en/reference/native-sql.rst @@ -58,7 +58,7 @@ components: .. note:: It might not surprise you that Doctrine uses - ``ResultSetMapping``s internally when you create DQL queries. As + ``ResultSetMapping`` internally when you create DQL queries. As the query gets parsed and transformed to SQL, Doctrine fills a ``ResultSetMapping`` that describes how the results should be processed by the hydration routines.