From 67354bc81b749bdaeabd5f407aa12e5aef5238ff Mon Sep 17 00:00:00 2001 From: Stani Date: Sat, 4 Jul 2015 23:35:14 +0200 Subject: fix typo in documentation string --- util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.go') diff --git a/util.go b/util.go index ed4ffdd..be25f7e 100644 --- a/util.go +++ b/util.go @@ -69,7 +69,7 @@ func bufferFromReader(r io.Reader) (b *bytes.Buffer, err error) { return } -// Returns true if the two specified integer slices are equal +// Returns true if the two specified float slices are equal func slicesEqual(a, b []float64) bool { if len(a) != len(b) { return false -- cgit v1.2.1-24-ge1ad