diff options
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/date/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/date/index.ts b/src/modules/date/index.ts index 9b96e704..9e8002d2 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. |
