From 0dbd5bf0b6d5da7f60dfda4fff3436ba6984fc0a Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Sat, 6 Jan 2024 01:20:44 -0500 Subject: [PATCH] Clarify that UUID is version 4 (#1821) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 835dfbd..576ea1f 100644 --- a/README.md +++ b/README.md @@ -1406,7 +1406,7 @@ which will halt execution. string. - `sha256_file(path)` - Return the SHA-256 hash of the file at `path` as a hexadecimal string. -- `uuid()` - Return a randomly generated UUID. +- `uuid()` - Generate a random version 4 UUID. #### Semantic Versions