diff options
author | Stani <spe.stani.be@gmail.com> | 2015-07-04 23:35:14 +0200 |
---|---|---|
committer | Stani <spe.stani.be@gmail.com> | 2015-07-04 23:35:14 +0200 |
commit | 67354bc81b749bdaeabd5f407aa12e5aef5238ff (patch) | |
tree | c7a70ea662033c2e08cbf7a7e205fd3e6878a3a9 | |
parent | 028884946be71f9353f2d4b7ae8df3b77ff17bb7 (diff) |
fix typo in documentation string
-rw-r--r-- | util.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |