staticcheck

This commit is contained in:
Jean-Philippe Bossuat
2023-10-05 14:05:40 +02:00
parent fd243a2566
commit 69f0d511f2

View File

@@ -9,7 +9,7 @@ import (
"github.com/tuneinsight/lattigo/v4/utils/buffer"
)
// Vector is a struct wrapping a doube slice of components of type T.
// Matrix is a struct wrapping a doube slice of components of type T.
// T can be:
// - uint, uint64, uint32, uint16, uint8/byte, int, int64, int32, int16, int8, float64, float32.
// - Or any object that implements CopyNewer, CopyNewer, BinarySizer, io.WriterTo or io.ReaderFrom