doc: Add a missing `args.` in naughty notifications constructor.

It was rendering `widget_template` as a second parameter while it is
in fact an argument.
This commit is contained in:
Emmanuel Lepage Vallee 2019-10-01 01:45:34 -04:00
parent 5de1e36007
commit bcceab439a
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ end
-- @tparam gears.color|string args.style.fg_selected
-- @tparam gears.surface|string args.style.bgimage_normal
-- @tparam gears.surface|string args.style.bgimage_selected
-- @tparam[opt] table widget_template A custom widget to be used for each
-- @tparam[opt] table args.widget_template A custom widget to be used for each
-- notifications.
-- @treturn widget The notification list widget.
-- @constructorfct naughty.list.notifications