From 620241e05678ccdf63db4eee4eb5b41016537814 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Fri, 12 Jul 2019 17:56:19 -0400 Subject: [PATCH] doc: Fix the type of naughty.notification.id. Copy/paste error. --- lib/naughty/notification.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/naughty/notification.lua b/lib/naughty/notification.lua index 5ad11de6..b00b880b 100644 --- a/lib/naughty/notification.lua +++ b/lib/naughty/notification.lua @@ -74,8 +74,7 @@ local notification = {} -- This is the equivalent to a PID as allows external applications to select -- notifications. -- @property id --- @param string --- @see title +-- @param number --- Text of the notification. --