Skip to content

Commit

Permalink
docs: clarify that the result of faker.date.betweens() is sorted (#2635)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmayer committed Feb 6, 2024
1 parent 45b012e commit baa21f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/date/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit baa21f8

Please sign in to comment.