From 12e6ddd99967f452edafe204aee80752bbe71dcf Mon Sep 17 00:00:00 2001 From: Mirow Date: Fri, 26 Jul 2024 22:13:16 +0200 Subject: [PATCH] fix(Notify): lua ls annotation typo --- [core]/esx_notify/Notify.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/esx_notify/Notify.lua b/[core]/esx_notify/Notify.lua index d47066f8..cfb9ab97 100644 --- a/[core]/esx_notify/Notify.lua +++ b/[core]/esx_notify/Notify.lua @@ -1,6 +1,6 @@ local Debug = ESX.GetConfig().EnableDebug ----@param type string the notification type +---@param notificatonType string the notification type ---@param length number the length of the notification ---@param message any the message :D local function Notify(notificatonType, length, message)