From ef722066e3b69132214bce26e8a77f10b9c93de9 Mon Sep 17 00:00:00 2001 From: Daniel VanMullen Date: Wed, 11 Sep 2013 09:25:52 -0400 Subject: [PATCH] Update dql-custom-walkers.rst Fixed typo of "customer" to "custom" --- docs/en/cookbook/dql-custom-walkers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/cookbook/dql-custom-walkers.rst b/docs/en/cookbook/dql-custom-walkers.rst index 2887a5d68..bcead51f4 100644 --- a/docs/en/cookbook/dql-custom-walkers.rst +++ b/docs/en/cookbook/dql-custom-walkers.rst @@ -112,7 +112,7 @@ The ``Paginate::count(Query $query)`` looks like: } It clones the query, resets the limit clause first and max results -and registers the ``CountSqlWalker`` customer tree walker which +and registers the ``CountSqlWalker`` custom tree walker which will modify the AST to execute a count query. The walkers implementation is: