Skip to content

Commit

Permalink
docs(uuid): creat -> create (denoland/deno#8064)
Browse files Browse the repository at this point in the history
  • Loading branch information
sno2 authored and caspervonb committed Jan 31, 2021
1 parent de08fe5 commit 77e30bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uuid/v5.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 77e30bf

Please sign in to comment.