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 f419727 commit ae01b32Copy full SHA for ae01b32
components/uid.rst
@@ -71,7 +71,7 @@ to create each type of UUID::
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 MUST be set as defined in Section 4:
73
// https://www.ietf.org/archive/id/draft-peabody-dispatch-new-uuid-format-04.html#variant_and_version_fields
74
- // UUIDv8's uniqueness will be implementation-specific and SHOULD NOT be assumed.
+ // UUIDv8 uniqueness will be implementation-specific and SHOULD NOT be assumed.
75
$uuid = Uuid::v8();
76
77
.. versionadded:: 6.2
0 commit comments