Skip to content

Commit

Permalink
docs(uuid): fix typo in doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 25, 2024
1 parent 4ea5b17 commit 0336d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uuid/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { randomBytes, randomBytesFrom } from "@thi.ng/random/random-bytes";
* Depending on if `rnd` is given, uses
* [randomBytesFrom()](https://docs.thi.ng/umbrella/random/functions/randomBytesFrom.html)
* or
* [randomBytes()](https://docs.thi.ng/umbrella/random/functions/randomByte.html)
* [randomBytes()](https://docs.thi.ng/umbrella/random/functions/randomBytes.html)
* to fill given (optional) byte array with a new UUIDv4. Creates new Uint8Array
* if none given.
*
Expand Down

0 comments on commit 0336d50

Please sign in to comment.