From 016b199544692f745ffc8867b914129ecb47ef06 Mon Sep 17 00:00:00 2001 From: David Kaufman Date: Fri, 12 Jan 2024 20:22:15 +0100 Subject: [PATCH] fix: fix typo in version 7 uuid documentation (#153) --- version7.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version7.go b/version7.go index fbc902a..3167b64 100644 --- a/version7.go +++ b/version7.go @@ -74,7 +74,7 @@ func makeV7(uuid []byte) { uuid[7] = byte(s) } -// lastV7time is the last last time we returned stored as: +// lastV7time is the last time we returned stored as: // // 52 bits of time in milliseconds since epoch // 12 bits of (fractional nanoseconds) >> 8