Fix naughty.destroy parameter documentation
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
adff92ca53
commit
0a87e031fe
|
@ -167,7 +167,7 @@ local function arrange(screen)
|
|||
end
|
||||
end
|
||||
|
||||
--- Destroy notification by index
|
||||
--- Destroy notification by notification object
|
||||
-- @param notification Notification object to be destroyed
|
||||
-- @return True if the popup was successfully destroyed, nil otherwise
|
||||
function destroy(notification)
|
||||
|
|
Loading…
Reference in New Issue