From 4b43f8cffadf8ac5e9e258afaaa5887fc1975884 Mon Sep 17 00:00:00 2001 From: Carter Snook Date: Wed, 21 Oct 2020 22:03:54 -0500 Subject: docs(std/uuid): `creat` -> `create` (#8064) --- std/uuid/v5.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/uuid') 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 */ -- cgit v1.2.3