From 12eb9f42dc70e676eee8f1521c36351c5a159e9b Mon Sep 17 00:00:00 2001 From: vladyslavstartsev Date: Sun, 16 Dec 2018 20:33:21 +0200 Subject: [PATCH] Documentation error fix --- docs/en/cookbook/dql-user-defined-functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/cookbook/dql-user-defined-functions.rst b/docs/en/cookbook/dql-user-defined-functions.rst index 3278319d24..ab4591da30 100644 --- a/docs/en/cookbook/dql-user-defined-functions.rst +++ b/docs/en/cookbook/dql-user-defined-functions.rst @@ -21,7 +21,7 @@ the :doc:`Native Query <../reference/native-sql>` chapter. The DQL Parser has hooks to register functions that can then be used in your DQL queries and transformed into SQL, allowing to extend Doctrines Query capabilities to the vendors strength. This -post explains the Used-Defined Functions API (UDF) of the Dql +post explains the User-Defined Functions API (UDF) of the Dql Parser and shows some examples to give you some hints how you would extend DQL.