Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
cameracker committed Apr 8, 2024
1 parent 187737f commit 0f378a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uuid.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ func TimestampFromV7(u UUID) (Timestamp, error) {
// zero.
var Nil = UUID{}

// Max is the maximum UUID, as specified in RFC-4122, that has all 128 bits
// set to one.
// Max is the maximum UUID, as specified in a draft of RFC-4122, that has all 128 bits
// set to one. This feature is subject to removal if it is removed from the final draft of the RFC.
var Max = UUID{
0xFF,
0xFF,
Expand Down

0 comments on commit 0f378a1

Please sign in to comment.