diff --git a/ulid.go b/ulid.go index 62c9bd4..b70a5a3 100644 --- a/ulid.go +++ b/ulid.go @@ -76,8 +76,8 @@ var ( // into the ULID. ErrScanValue = errors.New("ulid: source value must be a string or byte slice") - // Nil is an empty ULID, all zeros, useful when comparing nil ULIDs - Nil ULID + // Zero is a zero-value ULID. + Zero ULID ) // MonotonicReader is an interface that should yield monotonically increasing