From ca13331b930f6b557ad298aad7cfbb25acd8a1c5 Mon Sep 17 00:00:00 2001 From: Carter Snook Date: Wed, 21 Oct 2020 22:03:54 -0500 Subject: [PATCH] docs(uuid): `creat` -> `create` (denoland/deno#8064) --- uuid/v5.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uuid/v5.ts b/uuid/v5.ts index 64c131c5a147..b22d4ad4090c 100644 --- a/uuid/v5.ts +++ b/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 */