From 48b2f963e86c1b37d49b838a050cc4128bb01266 Mon Sep 17 00:00:00 2001 From: vovapi Date: Thu, 20 Feb 2020 22:27:38 +0300 Subject: [PATCH] Dot --- src/hash/maphash/maphash.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hash/maphash/maphash.go b/src/hash/maphash/maphash.go index d99ed26a14..071dc04b54 100644 --- a/src/hash/maphash/maphash.go +++ b/src/hash/maphash/maphash.go @@ -128,7 +128,7 @@ func (h *Hash) SetSeed(seed Seed) { h.n = 0 } -// setSeed sets seed without discarding accumulated data +// setSeed sets seed without discarding accumulated data. func (h *Hash) setSeed(seed Seed) { if seed.s == 0 { panic("maphash: use of uninitialized Seed")