1
0
mirror of synced 2024-12-14 15:16:04 +03:00

Attempt at correction for a formatting glitch.

It appears Sphinx doesn't use the `` mark in the middle of a word correctly
This commit is contained in:
Ray Rehbein 2010-12-16 06:14:08 +08:00 committed by Benjamin Eberlei
parent d81dca3e90
commit 0411b1e75d

View File

@ -58,7 +58,7 @@ components:
.. note:: .. note::
It might not surprise you that Doctrine uses 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 the query gets parsed and transformed to SQL, Doctrine fills a
``ResultSetMapping`` that describes how the results should be ``ResultSetMapping`` that describes how the results should be
processed by the hydration routines. processed by the hydration routines.