mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
docs(std/uuid): creat
-> create
(#8064)
This commit is contained in:
parent
23df1c563e
commit
4b43f8cffa
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ interface V5Options {
|
|||
|
||||
/**
|
||||
* Generates a RFC4122 v5 UUID (SHA-1 namespace-based)
|
||||
* @param options Can use a namespace and value to creat SHA-1 hash
|
||||
* @param options Can use a namespace and value to create SHA-1 hash
|
||||
* @param buf Can allow the UUID to be written in byte-form starting at the offset
|
||||
* @param offset Index to start writing on the UUID bytes in buffer
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue