1
0
mirror of synced 2025-02-20 22:23:14 +03:00

Update dql-custom-walkers.rst

Fixed typo of "customer" to "custom"
This commit is contained in:
Daniel VanMullen 2013-09-11 09:25:52 -04:00
parent bb7f18ced7
commit ef722066e3

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: