1
0
mirror of synced 2025-01-18 14:31:40 +03:00

Merge pull request #785 from Hawkeye0203/patch-1

Update dql-custom-walkers.rst
This commit is contained in:
Marco Pivetta 2013-09-11 07:32:58 -07:00
commit 237c1e24e6

View File

@ -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: