From 72f8a613bdc2f3e08b63d421f47f0680ef39f52e Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 16 Oct 2021 13:42:47 +0330 Subject: [PATCH] fixed some type in random.ts --- src/Random.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Random.ts b/src/Random.ts index 0fee7a2a..a9418d50 100644 --- a/src/Random.ts +++ b/src/Random.ts @@ -181,7 +181,7 @@ export class Random { /** * Returns a Universally Unique Identifier Version 4. * - * See http://en.wikipedia.org/wiki/Universally_unique_identifier + * See https://en.wikipedia.org/wiki/Universally_unique_identifier */ public uuid4(): string { return uuid4(this.engine);