Skip to content

Commit 48b2f96

Browse files
committed
Dot
1 parent 1d8b10d commit 48b2f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hash/maphash/maphash.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func (h *Hash) SetSeed(seed Seed) {
128128
h.n = 0
129129
}
130130

131-
// setSeed sets seed without discarding accumulated data
131+
// setSeed sets seed without discarding accumulated data.
132132
func (h *Hash) setSeed(seed Seed) {
133133
if seed.s == 0 {
134134
panic("maphash: use of uninitialized Seed")

0 commit comments

Comments
 (0)