aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/uuid
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-09 16:34:18 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-09 16:34:18 +0200
commit288b45f50cd6691f19066a775b5e065cf89dc2bd (patch)
treebb2ac72e56082eae9116405ff5f61ce442ae2f56 /core/encoding/uuid
parent248b0fe9e155e1a00a04cb7b1fc687601d401d7c (diff)
package lines for encoding
Diffstat (limited to 'core/encoding/uuid')
-rw-r--r--core/encoding/uuid/doc.odin3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/encoding/uuid/doc.odin b/core/encoding/uuid/doc.odin
index f910c33d8..373740a8e 100644
--- a/core/encoding/uuid/doc.odin
+++ b/core/encoding/uuid/doc.odin
@@ -1,6 +1,5 @@
/*
-package uuid implements Universally Unique Identifiers according to the
-standard originally outlined in RFC 4122 with additions from RFC 9562.
+package uuid implements Universally Unique Identifiers according to RFC 4122, with additions from RFC 9562.
The UUIDs are textually represented and read in the following string format:
`00000000-0000-v000-V000-000000000000`