From 8be960c20e75eb3cc7943b4bf30147d470f20016 Mon Sep 17 00:00:00 2001 From: Eric Levine Date: Mon, 25 Nov 2019 21:07:35 -0800 Subject: [PATCH] Fix typo on the GoDoc for LoadImageHash. (#35) The GoDoc incorrectly specified that the LoadImageHash function produces an ExtImageHash. This function produces an ImageHash, so this corrects the typo. --- imagehash.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagehash.go b/imagehash.go index b8aad76..9cc384a 100644 --- a/imagehash.go +++ b/imagehash.go @@ -95,7 +95,7 @@ func (h *ImageHash) Dump(w io.Writer) error { return nil } -// LoadImageHash method loads a ExtImageHash from io.Reader. +// LoadImageHash method loads a ImageHash from io.Reader. func LoadImageHash(b io.Reader) (*ImageHash, error) { type E struct { Hash uint64