Trapper: fix doc (#8539)

This commit is contained in:
yparitcher
2021-12-10 03:43:04 -05:00
committed by GitHub
parent 301eb387e9
commit 2fe5ab0e7a

View File

@@ -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)