]> Cypherpunks repositories - gostls13.git/commitdiff
hash/maphash: remove duplicate from Hash documentation
authorAlberto Donizetti <alb.donizetti@gmail.com>
Sun, 14 Feb 2021 10:19:39 +0000 (11:19 +0100)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Wed, 24 Feb 2021 08:36:15 +0000 (08:36 +0000)
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>
src/hash/maphash/maphash.go

index ecc147d5997b4a9d552c5ea9f91931e93410a242..f7ef1b41e89653e02f74f5d70863aa9221b2edf8 100644 (file)
@@ -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