Fix a minor typos
Thanks to anrxc for noticing the graph one. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
d74f7c6324
commit
30b0f1c654
|
@ -69,7 +69,7 @@ local data = setmetatable({}, { __mode = "k" })
|
||||||
--- Set the graph to draw stacks. Default is false.
|
--- Set the graph to draw stacks. Default is false.
|
||||||
-- @name set_stack
|
-- @name set_stack
|
||||||
-- @class function
|
-- @class function
|
||||||
-- @param progressbar The graph.
|
-- @param graph The graph.
|
||||||
-- @param stack A boolean value.
|
-- @param stack A boolean value.
|
||||||
|
|
||||||
--- Set the graph stacking colors. Order matters.
|
--- Set the graph stacking colors. Order matters.
|
||||||
|
|
Loading…
Reference in New Issue