From 702061d0752d317a6b2b4fa2cd4103e911f13787 Mon Sep 17 00:00:00 2001 From: Bruno Leite Date: Tue, 19 Mar 2024 20:14:18 -0300 Subject: [PATCH] feat(string): updates ulid refDate documentation --- src/modules/string/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/string/index.ts b/src/modules/string/index.ts index f9bfc8d8301..bd8283e9dc5 100644 --- a/src/modules/string/index.ts +++ b/src/modules/string/index.ts @@ -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'