From efaf7911f8a5ae28585992f2de97556845581bff Mon Sep 17 00:00:00 2001 From: Charlie Tonneslan Date: Sun, 24 May 2026 08:37:23 -0400 Subject: [PATCH] Fix governeed typo in Monotonic comment Signed-off-by: Charlie Tonneslan --- ulid.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ulid.go b/ulid.go index 77e9ddd..a99ecd2 100644 --- a/ulid.go +++ b/ulid.go @@ -547,7 +547,7 @@ func (id ULID) Value() (driver.Value, error) { } // Monotonic returns a source of entropy that yields strictly increasing entropy -// bytes, to a limit governeed by the `inc` parameter. +// bytes, to a limit governed by the `inc` parameter. // // Specifically, calls to MonotonicRead within the same ULID timestamp return // entropy incremented by a random number between 1 and `inc` inclusive. If an