From 805a92e6f2452575f9c4b3e660f28306b227d08c Mon Sep 17 00:00:00 2001 From: Blake Mizerany Date: Thu, 4 Apr 2024 16:18:14 -0700 Subject: [PATCH] x/model: fix typo --- x/model/name.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/model/name.go b/x/model/name.go index 39e3b47f4..90485caa4 100644 --- a/x/model/name.go +++ b/x/model/name.go @@ -65,7 +65,7 @@ type Name struct { var mapHashSeed = maphash.MakeSeed() // MapHash returns a case insensitive hash for use in maps and equality -// checks. For a convienent way to compare names, use [EqualFold]. +// checks. For a convienent way to compare names, use [Name.EqualFold]. func (r Name) MapHash() uint64 { // correctly hash the parts with case insensitive comparison var h maphash.Hash