aboutsummaryrefslogtreecommitdiff
path: root/src/hash
diff options
context:
space:
mode:
authorAlberto Donizetti <alb.donizetti@gmail.com>2021-02-14 11:19:39 +0100
committerAlberto Donizetti <alb.donizetti@gmail.com>2021-02-24 08:36:15 +0000
commit35b80eac7d2ba6cd632b3dc195f8588d95212fbf (patch)
treeadc5722f68f6b49a4e0bee23380ffaaa614661ae /src/hash
parenteb863240dcc857b4207b06eb33385446696b7b1c (diff)
downloadgo-35b80eac7d2ba6cd632b3dc195f8588d95212fbf.tar.gz
go-35b80eac7d2ba6cd632b3dc195f8588d95212fbf.zip
hash/maphash: remove duplicate from Hash documentation
Fixes #44255 Change-Id: I14d2edbee0a0c39e04111414a57d70ee2fdfb6af Reviewed-on: https://go-review.googlesource.com/c/go/+/291631 Trust: Alberto Donizetti <alb.donizetti@gmail.com> Reviewed-by: Keith Randall <khr@golang.org>
Diffstat (limited to 'src/hash')
-rw-r--r--src/hash/maphash/maphash.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/maphash/maphash.go b/src/hash/maphash/maphash.go
index ecc147d599..f7ef1b41e8 100644
--- a/src/hash/maphash/maphash.go
+++ b/src/hash/maphash/maphash.go
@@ -34,7 +34,7 @@ type Seed struct {
//
// The zero Hash is a valid Hash ready to use.
// A zero Hash chooses a random seed for itself during
-// the first call to a Reset, Write, Seed, Sum64, or Seed method.
+// the first call to a Reset, Write, Seed, or Sum64 method.
// For control over the seed, use SetSeed.
//
// The computed hash values depend only on the initial seed and