Refine a method documentation
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 17 Sep 2021 07:56:51 +0000 (09:56 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 17 Sep 2021 07:56:51 +0000 (09:56 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/utils/Utils.ts

index c94d9397b52c77e975ad49738f4702c6c48aba83..71a4bb30a80e6fe57928012bde2d4084764658df 100644 (file)
@@ -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
    */