From f4c0f349ba5e3a18d0c3c53638bee0cff9c442dc Mon Sep 17 00:00:00 2001 From: "M.V. Hutz" Date: Fri, 3 Apr 2026 21:16:27 +0200 Subject: [PATCH] docs: recommend rebuilding the table --- table.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table.go b/table.go index 370ec38..52e1a69 100644 --- a/table.go +++ b/table.go @@ -9,7 +9,7 @@ import ( ) // ErrBadHash occurs when the hashes given to a [Table] cause too many key -// collisions. If you get this error, try using: +// collisions. Try rebuilding the table using: // // 1. Different hash seeds. Equal seeds produce equal hash functions, which // always cycle.