Skip to content

Commit

Permalink
fix typo in in lua_parse description
Browse files Browse the repository at this point in the history
s/you put (you place 'conky_' in front of it)/\1/
  • Loading branch information
dessert1 authored and brndnmtthws committed Jul 18, 2022
1 parent 8f5014b commit 3afb405
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/variables.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,7 @@
<listitem>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.
<para /></listitem>
</varlistentry>
Expand All @@ -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.
<para /></listitem>
</varlistentry>
<varlistentry>
Expand All @@ -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.
<para /></listitem>
</varlistentry>
<varlistentry>
Expand Down Expand Up @@ -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.
<para /></listitem>
</varlistentry>
Expand Down

0 comments on commit 3afb405

Please sign in to comment.