awful.widget.graph: fix typo in documentation
Signed-off-by: Felix Herrmann <felix@herrmann-koenigsberg.de> Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
9c651933a4
commit
b6e731b566
|
@ -32,7 +32,7 @@ local data = setmetatable({}, { __mode = "k" })
|
||||||
-- can also be specified. Example: { "red", "blue" } or { "red", "green",
|
-- can also be specified. Example: { "red", "blue" } or { "red", "green",
|
||||||
-- "blue", blue = 10 } to specify blue distance from other colors.
|
-- "blue", blue = 10 } to specify blue distance from other colors.
|
||||||
|
|
||||||
--- Set the graph foreground colors gradient angle. Default is 240 degrees
|
--- Set the graph foreground colors gradient angle. Default is 270 degrees
|
||||||
-- (horizontal).
|
-- (horizontal).
|
||||||
-- @name set_gradient_angle
|
-- @name set_gradient_angle
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
Loading…
Reference in New Issue