Fix naughty.destroy parameter documentation

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Andrei 'Garoth' Thorp 2010-02-16 14:16:17 -05:00 committed by Julien Danjou
parent adff92ca53
commit 0a87e031fe
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ local function arrange(screen)
end end
end end
--- Destroy notification by index --- Destroy notification by notification object
-- @param notification Notification object to be destroyed -- @param notification Notification object to be destroyed
-- @return True if the popup was successfully destroyed, nil otherwise -- @return True if the popup was successfully destroyed, nil otherwise
function destroy(notification) function destroy(notification)