From 98a89226a49fff68703ac78dfc3fa500043a5354 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Fri, 29 Dec 2023 18:34:06 -0800 Subject: [PATCH] doc: Fix a copy/paste error. --- lib/naughty/list/actions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/naughty/list/actions.lua b/lib/naughty/list/actions.lua index eb51557da..a57c15065 100644 --- a/lib/naughty/list/actions.lua +++ b/lib/naughty/list/actions.lua @@ -333,7 +333,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 action. +-- @tparam[opt] table args.widget_template A custom widget to be used for each action. -- @treturn widget The action widget. -- @constructorfct naughty.list.actions