From: Alberto Donizetti Date: Sun, 14 Feb 2021 10:19:39 +0000 (+0100) Subject: hash/maphash: remove duplicate from Hash documentation X-Git-Tag: go1.17beta1~1401 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=35b80eac7d;p=gostls13.git 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 Reviewed-by: Keith Randall --- 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