feat: sentinel error ErrBadHash #19

Merged
mvhutz merged 2 commits from feat/sentinel-errors into main 2026-04-14 00:38:11 +00:00
Showing only changes of commit f4c0f349ba - Show all commits

View File

@@ -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.