Skip to content

Commit

Permalink
feat(string): updates ulid refDate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocleite committed Mar 19, 2024
1 parent 70a4bf4 commit 702061d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/string/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ export class StringModule extends SimpleModuleBase {
* Returns a ULID ([Universally Unique Lexicographically Sortable Identifier](https://github.com/ulid/spec)).
*
* @param options The optional options object.
* @param options.refDate The date to use as reference point for the newly generated date. Defaults to `faker.defaultRefDate()`.
* @param options.refDate The date to use as reference point for the newly generated ULID encoded timestamp. Defaults to `faker.defaultRefDate()`.
*
* @example
* faker.string.ulid() // '01ARZ3NDEKTSV4RRFFQ69G5FAV'
Expand Down

0 comments on commit 702061d

Please sign in to comment.