1
0
mirror of https://github.com/google/uuid.git synced 2024-11-28 08:49:08 +02:00

fix: fix typo in version 7 uuid documentation (#153)

This commit is contained in:
David Kaufman 2024-01-12 20:22:15 +01:00 committed by GitHub
parent 1d8b6ea099
commit 016b199544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ func makeV7(uuid []byte) {
uuid[7] = byte(s) 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 // 52 bits of time in milliseconds since epoch
// 12 bits of (fractional nanoseconds) >> 8 // 12 bits of (fractional nanoseconds) >> 8