From 2fe5ab0e7a55780653ff0ed98d3dec7002f96ae5 Mon Sep 17 00:00:00 2001 From: yparitcher Date: Fri, 10 Dec 2021 03:43:04 -0500 Subject: [PATCH] Trapper: fix doc (#8539) --- frontend/ui/trapper.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/trapper.lua b/frontend/ui/trapper.lua index 076cdcd9e..daeb04539 100644 --- a/frontend/ui/trapper.lua +++ b/frontend/ui/trapper.lua @@ -485,7 +485,7 @@ Notes and limitations: an invisible TrapWidget will be used instead (if nil or true, the event will be resent; if false, the event will not be resent). -@function task lua function to execute and get return values from +@param task lua function to execute and get return values from @param trap_widget_or_string already shown widget, string, or nil, true or false @boolean task_returns_simple_string[opt=false] true if task returns a single string @treturn boolean completed (`true` if not interrupted, `false` if dismissed)