From 9b5545bf52acb2e0dc6fdfe3565f17e3e3dff50e Mon Sep 17 00:00:00 2001 From: "M.V. Hutz" Date: Sat, 4 Jul 2026 19:48:23 -0400 Subject: [PATCH] style: reordered second consequence --- 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 5c7bc46..cb782dd 100644 --- a/docs/adr/001_design_principles.md +++ b/docs/adr/001_design_principles.md @@ -33,8 +33,8 @@ Do not equate them. - [ ] Update the `README.md` and `doc.go` to reflect these principles. - [ ] Update the contributing guide and pull request template to require these principles are met. 2. The repository should contain a living document, describing the interface differences between `go-cuckoo` and `map`. - (I already started work on branch `docs/interface-congruency-analysis`.) I should prioritize limiting any incongruencies. + (I already started work on branch `docs/interface-congruency-analysis`.) - [ ] Produce the first draft to uncover any current incongruencies. - [ ] Link the document to the `README.md`. 3. Analyze the familiarity of `go-cuckoo`'s current interface.