From 69f0d511f2881bbd139eafbc9a4134d0798f2a83 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bossuat Date: Thu, 5 Oct 2023 14:05:40 +0200 Subject: [PATCH] staticcheck --- utils/structs/matrix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/structs/matrix.go b/utils/structs/matrix.go index 50811fcc..e5b9ad7a 100644 --- a/utils/structs/matrix.go +++ b/utils/structs/matrix.go @@ -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