doc: Fix the type of naughty.notification.id.

Copy/paste error.
This commit is contained in:
Emmanuel Lepage Vallee 2019-07-12 17:56:19 -04:00
parent 88e51faa87
commit 620241e056
1 changed files with 1 additions and 2 deletions

View File

@ -74,8 +74,7 @@ local notification = {}
-- This is the equivalent to a PID as allows external applications to select -- This is the equivalent to a PID as allows external applications to select
-- notifications. -- notifications.
-- @property id -- @property id
-- @param string -- @param number
-- @see title
--- Text of the notification. --- Text of the notification.
-- --