From c524a1ef1e16ea4ff11ab940b418bd0ab9b996f7 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Sat, 17 May 2025 18:52:58 +0200 Subject: [PATCH] Update documentation for date function to include overload for no parameters --- api/date.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/api/date.lua b/api/date.lua index 84bc9d2..bb0110f 100644 --- a/api/date.lua +++ b/api/date.lua @@ -5,4 +5,5 @@ ---@return string or table dateValue ---Returns a formatted date/time string for a date (or the current date). Alias to the standard library function os.date. ---@overload fun(format: string, time: number) +---@overload fun() function date(format, time) end