From 872020429857130d7146135a35d68f7572587920 Mon Sep 17 00:00:00 2001 From: "M.V. Hutz" Date: Sat, 4 Jul 2026 20:03:58 -0400 Subject: [PATCH] fix: exemplify differences between map and go-cuckoo table --- docs/adr/001_design_principles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adr/001_design_principles.md b/docs/adr/001_design_principles.md index 530aac2..a155ef9 100644 --- a/docs/adr/001_design_principles.md +++ b/docs/adr/001_design_principles.md @@ -25,7 +25,7 @@ To resolve this, I'm enforcing two new principles onto the contract of `go-cucko These principles should _guide_ the public interface of `go-cuckoo`. Neither should be treated absolutely, though. -The behavior of `go-cuckoo` is distinct from `map`. +The behavior of `go-cuckoo` is distinct from `map` (e.g. `Put` can fail; see `ErrBadHash`). Do not equate them. ## Consequences