From: Jérôme Benoit Date: Fri, 17 Sep 2021 07:56:51 +0000 (+0200) Subject: Refine a method documentation X-Git-Tag: v1.1.3~6 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6124c948b01ae887da9b56a2638df68e145cc045;p=e-mobility-charging-stations-simulator.git Refine a method documentation Signed-off-by: Jérôme Benoit --- 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 */