This commit is contained in:
Yu-Vitaqua-fer-Chronos 2023-12-15 19:35:42 +00:00
parent 8ce252be13
commit f998c0d751
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ proc ulid*(timestamp = LowInt48, randomness = LowUint80): ULID =
## Generate a `ULID` using the global generator.
##
## See also:
## * `ulid(ULIDGenerator, int64, UInt128) <#ulid,ULIDGenerator,int64>`_
## * `ulid(ULIDGenerator, int64, UInt128) <#ulid,ULIDGenerator>`_
runnableExamples:
echo ulid()