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:
parent
1d8b6ea099
commit
016b199544
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user