We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd38c82 commit 602ddfeCopy full SHA for 602ddfe
cng/hash.go
@@ -150,7 +150,7 @@ func hashToID(h hash.Hash) string {
150
151
// cloneHash is an interface that defines a Clone method.
152
//
153
-// hahs.CloneHash will probably be added in Go 1.25, see https://golang.org/issue/69521,
+// hash.CloneHash will probably be added in Go 1.25, see https://golang.org/issue/69521,
154
// but we need it now.
155
type cloneHash interface {
156
hash.Hash
0 commit comments