From b862d24d181a389fafe313f7a50cd4ed84e6ee36 Mon Sep 17 00:00:00 2001 From: Peter Bourgon Date: Sat, 13 Apr 2024 19:52:16 +0200 Subject: [PATCH] Update ulid.go --- ulid.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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