Quick fix in documentation

This commit is contained in:
CleverSource 2025-04-22 09:33:25 -04:00
parent ce713b3edc
commit f4dea43d9f

View file

@ -274,7 +274,7 @@ export type DateTime = typeof(DateTime)
print(now:toIsoDate()) print(now:toIsoDate())
-- Formats the current moment in time as an RFC 2822 string -- Formats the current moment in time as an RFC 2822 string
print(now:toRfcDate()) print(now:toRfc2822())
-- Formats the current moment in time, using the local -- Formats the current moment in time, using the local
-- time, the French locale, and the specified time string -- time, the French locale, and the specified time string