Skip to content

Commit

Permalink
fix: fix typo in version 7 uuid documentation (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
anopheles committed Jan 12, 2024
1 parent 1d8b6ea commit 016b199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version7.go
Expand Up @@ -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
Expand Down

0 comments on commit 016b199

Please sign in to comment.