From 3afb4053594d9d234c8a956eb8f707973d18acd6 Mon Sep 17 00:00:00 2001 From: dessert1 <2664162+dessert1@users.noreply.github.com> Date: Tue, 3 Aug 2021 10:43:43 +0200 Subject: [PATCH] fix typo in in lua_parse description s/you put (you place 'conky_' in front of it)/\1/ --- doc/variables.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/variables.xml b/doc/variables.xml index f87753b8..f4a282c0 100644 --- a/doc/variables.xml +++ b/doc/variables.xml @@ -2133,7 +2133,7 @@ Executes a Lua function with given parameters, then prints the returned string. See also 'lua_load' on how to load scripts. Conky puts 'conky_' in front of function_name to prevent accidental calls to - the wrong function unless you put you place 'conky_' in front of it + the wrong function unless you place 'conky_' in front of it yourself. @@ -2149,7 +2149,7 @@ bar. Expects result value to be an integer between 0 and 100. See also 'lua_load' on how to load scripts. Conky puts 'conky_' in front of function_name to prevent accidental calls to the wrong function unless - you put you place 'conky_' in front of it yourself. + you place 'conky_' in front of it yourself. @@ -2164,7 +2164,7 @@ gauge. Expects result value to be an integer between 0 and 100. See also 'lua_load' on how to load scripts. Conky puts 'conky_' in front of function_name to prevent accidental calls to the wrong function - unless you put you place 'conky_' in front of it yourself. + unless you place 'conky_' in front of it yourself. @@ -2196,7 +2196,7 @@ then parses and prints the result value as per the syntax for the conky.text section. See also 'lua_load' on how to load scripts. Conky puts 'conky_' in front of function_name to prevent accidental calls to - the wrong function unless you put you place 'conky_' in front of it + the wrong function unless you place 'conky_' in front of it yourself.