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 ]=]