From d47b8722923a4a6c6dcea8c44503c28671eadf04 Mon Sep 17 00:00:00 2001 From: Bilal Amarni Date: Thu, 30 Aug 2012 16:35:46 +0300 Subject: [PATCH] fixed typo --- en/reference/filters.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/reference/filters.rst b/en/reference/filters.rst index ef8b36e52..88005791b 100644 --- a/en/reference/filters.rst +++ b/en/reference/filters.rst @@ -24,8 +24,8 @@ method. The method receives the ``ClassMetadata`` of the filtered entity and the table alias of the SQL table of the entity. Parameters for the query should be set on the filter object by -``SQLFilter#setParameter()``. Only parameters set via this function used in -the filters. The ``SQLFilter#getParameter()`` function takes care of the +``SQLFilter#setParameter()``. Only parameters set via this function can be used +in filters. The ``SQLFilter#getParameter()`` function takes care of the proper quoting of parameters. .. code-block:: php