Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo in in lua_parse description #1121

Merged
merged 1 commit into from
Jul 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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