doc: Fix copy paste mistake.

This commit is contained in:
Emmanuel Lepage Vallee 2016-07-23 18:26:27 -04:00
parent cea5d41518
commit 89f796b268
1 changed files with 3 additions and 3 deletions

View File

@ -69,13 +69,13 @@ local data = setmetatable({}, { __mode = "k" })
-- @param value The value. -- @param value The value.
--- The progressbar background color. --- The progressbar background color.
-- @beautiful beautiful.graph_bg -- @beautiful beautiful.progressbar_bg
--- The progressbar foreground color. --- The progressbar foreground color.
-- @beautiful beautiful.graph_fg -- @beautiful beautiful.progressbar_fg
--- The progressbar border color. --- The progressbar border color.
-- @beautiful beautiful.graph_border_color -- @beautiful beautiful.progressbar_border_color
local properties = { "width", "height", "border_color", local properties = { "width", "height", "border_color",
"color", "background_color", "color", "background_color",