From 788e241cff1f77c47159e093b16b17eb85bd6b3b Mon Sep 17 00:00:00 2001 From: Koichi Shiraishi Date: Mon, 16 Mar 2026 23:32:36 +0900 Subject: [PATCH] fix: NewV7 instead of UUID on documentations --- version7.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version7.go b/version7.go index 3fec671..f41f555 100644 --- a/version7.go +++ b/version7.go @@ -8,7 +8,7 @@ import ( "io" ) -// UUID version 7 features a time-ordered value field derived from the widely +// NewV7 version 7 features a time-ordered value field derived from the widely // implemented and well known Unix Epoch timestamp source, // the number of milliseconds seconds since midnight 1 Jan 1970 UTC, leap seconds excluded. // As well as improved entropy characteristics over versions 1 or 6.