From 6124c948b01ae887da9b56a2638df68e145cc045 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 17 Sep 2021 09:56:51 +0200 Subject: [PATCH] Refine a method documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/utils/Utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Utils.ts b/src/utils/Utils.ts index c94d9397..71a4bb30 100644 --- a/src/utils/Utils.ts +++ b/src/utils/Utils.ts @@ -235,7 +235,7 @@ export default class Utils { } /** - * Generate a cryptographically secure number in the [0, 1[ range + * Generate a cryptographically secure random number in the [0, 1[ range * * @returns */ -- 2.34.1