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:
parent
5de1e36007
commit
bcceab439a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue