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:
Felix Herrmann 2009-09-30 14:07:43 +02:00 committed by Julien Danjou
parent 9c651933a4
commit b6e731b566
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ local data = setmetatable({}, { __mode = "k" })
-- can also be specified. Example: { "red", "blue" } or { "red", "green",
-- "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).
-- @name set_gradient_angle
-- @class function