mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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>
This commit is contained in:
parent
eb863240dc
commit
35b80eac7d
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ type Seed struct {
|
||||||
//
|
//
|
||||||
// The zero Hash is a valid Hash ready to use.
|
// The zero Hash is a valid Hash ready to use.
|
||||||
// A zero Hash chooses a random seed for itself during
|
// 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.
|
// For control over the seed, use SetSeed.
|
||||||
//
|
//
|
||||||
// The computed hash values depend only on the initial seed and
|
// The computed hash values depend only on the initial seed and
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue