diff --git a/src/modules/date/index.ts b/src/modules/date/index.ts index 9b96e704079..9e8002d2d9c 100644 --- a/src/modules/date/index.ts +++ b/src/modules/date/index.ts @@ -409,7 +409,7 @@ export class SimpleDateModule extends SimpleModuleBase { } /** - * Generates random dates between the given boundaries. + * Generates random dates between the given boundaries. The dates will be returned in an array sorted in chronological order. * * @param options The optional options object. * @param options.from The early date boundary.