summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util.go2
1 files changed, 1 insertions, 1 deletions
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