summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarter Snook <cartersnook04@gmail.com>2020-10-21 22:03:54 -0500
committerGitHub <noreply@github.com>2020-10-22 14:03:54 +1100
commit4b43f8cffadf8ac5e9e258afaaa5887fc1975884 (patch)
tree88af2ac3a012fff301148be6b2aa1589ff152cad
parent23df1c563efee65e6d549308ed0671a9e2933c05 (diff)
docs(std/uuid): `creat` -> `create` (#8064)
-rw-r--r--std/uuid/v5.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/uuid/v5.ts b/std/uuid/v5.ts
index 64c131c5a..b22d4ad40 100644
--- a/std/uuid/v5.ts
+++ b/std/uuid/v5.ts
@@ -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
*/