diff options
author | Casper Beyer <caspervonb@pm.me> | 2020-09-02 07:18:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 19:18:40 -0400 |
commit | 7f32a4e19bfb2dbb752ce4b35775cf5bad455a6e (patch) | |
tree | 2a399d27dc4ba759e19e39d12e90730543f9c48b /std | |
parent | 050c865af46a00801c61c0f122113f61fa2a977b (diff) |
docs(std/uuid): remove mention of v3 which is not supported (#7318)
Diffstat (limited to 'std')
-rw-r--r-- | std/uuid/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/uuid/README.md b/std/uuid/README.md index 2b7c79565..538dc7f02 100644 --- a/std/uuid/README.md +++ b/std/uuid/README.md @@ -1,6 +1,6 @@ # UUID -Support for version 1, 3, 4, and 5 UUIDs. +Support for version 1, 4, and 5 UUIDs. ## Usage |