Skip to content

Commit

Permalink
hash/maphash: remove duplicate from Hash documentation
Browse files Browse the repository at this point in the history
Fixes golang#44255

Change-Id: I14d2edbee0a0c39e04111414a57d70ee2fdfb6af
Reviewed-on: https://go-review.googlesource.com/c/go/+/291631
Trust: Alberto Donizetti <[email protected]>
Reviewed-by: Keith Randall <[email protected]>
  • Loading branch information
ALTree committed Feb 24, 2021
1 parent eb86324 commit 35b80ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hash/maphash/maphash.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35b80ea

Please sign in to comment.