We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661cf0c commit 5776ca5Copy full SHA for 5776ca5
components/uid.rst
@@ -70,7 +70,8 @@ to create each type of UUID::
70
71
// UUID version 8 provides an RFC-compatible format for experimental or vendor-specific use cases.
72
// The only requirement is that the variant and version bits
73
- // MUST be set as defined in Section 4: https://www.ietf.org/archive/id/draft-peabody-dispatch-new-uuid-format-04.html#variant_and_version_fields
+ // MUST be set as defined in Section 4:
74
+ // https://www.ietf.org/archive/id/draft-peabody-dispatch-new-uuid-format-04.html#variant_and_version_fields
75
// UUIDv8's uniqueness will be implementation-specific and SHOULD NOT be assumed.
76
$uuid = Uuid::v8();
77
0 commit comments