Skip to content

Commit 016b199

Browse files
authoredJan 12, 2024
fix: fix typo in version 7 uuid documentation (#153)
1 parent 1d8b6ea commit 016b199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎version7.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func makeV7(uuid []byte) {
7474
uuid[7] = byte(s)
7575
}
7676

77-
// lastV7time is the last last time we returned stored as:
77+
// lastV7time is the last time we returned stored as:
7878
//
7979
// 52 bits of time in milliseconds since epoch
8080
// 12 bits of (fractional nanoseconds) >> 8

0 commit comments

Comments
 (0)