1
0
Fork 0
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:
Carter Snook 2020-10-21 22:03:54 -05:00 committed by GitHub
parent 23df1c563e
commit 4b43f8cffa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
*/