Skip to content

Commit 5776ca5

Browse files
JohJohanOskarStark
andauthored
Update components/uid.rst
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent 661cf0c commit 5776ca5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/uid.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ to create each type of UUID::
7070

7171
// UUID version 8 provides an RFC-compatible format for experimental or vendor-specific use cases.
7272
// 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
73+
// 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
7475
// UUIDv8's uniqueness will be implementation-specific and SHOULD NOT be assumed.
7576
$uuid = Uuid::v8();
7677

0 commit comments

Comments
 (0)