Skip to content

Commit ae01b32

Browse files
committed
Minor typo
1 parent f419727 commit ae01b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/uid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ to create each type of UUID::
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 MUST be set as defined in Section 4:
7373
// 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.
74+
// UUIDv8 uniqueness will be implementation-specific and SHOULD NOT be assumed.
7575
$uuid = Uuid::v8();
7676

7777
.. versionadded:: 6.2

0 commit comments

Comments
 (0)