From 0cd23eecfa03e34d41feaf1d610405dcbe4be2e4 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sat, 16 Sep 2023 21:40:37 -0500 Subject: [PATCH] Fix some more --- types/DateTime.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/DateTime.luau b/types/DateTime.luau index b4cd66f..d809228 100644 --- a/types/DateTime.luau +++ b/types/DateTime.luau @@ -203,7 +203,7 @@ local dateTime = {} --[=[ @within DateTime - Returns a `DateTime` representing the current moment in time. + Returns a `DateTime` representing the current moment in time. @return DateTime -- The new DateTime object ]=]