From df918a6e25bc14255e605d58dc0c4fe238149d35 Mon Sep 17 00:00:00 2001 From: Carsten Rose <carsten.rose@math.uzh.ch> Date: Fri, 20 Oct 2023 14:13:47 +0200 Subject: [PATCH] Fix typo --- Documentation/Variable.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Variable.rst b/Documentation/Variable.rst index b8ec6e160..7371aa058 100644 --- a/Documentation/Variable.rst +++ b/Documentation/Variable.rst @@ -462,7 +462,7 @@ These variables execute a qfqFunction:: {{getFullname(pId) => fullname AS function}} {{SELECT '{{fullname:RE}}'}} -Usually it is preferred to get the output from a function without using the variable {{_output:RE}}:: +Usually it is preferred to get the output from a function without using the variable {{output:RE}}:: // Report with qfqFunction. Subheader: getFullname render = api -- GitLab