fix comment formatting for static_check

This commit is contained in:
Romain Bouyé
2024-07-03 15:55:12 +02:00
parent 988d3d7618
commit e7c4d51db7
2 changed files with 3 additions and 3 deletions

View File

@@ -605,7 +605,7 @@ func (evk MemEvaluationKeySet) BinarySize() (size int) {
return
}
// [WriteTo] writes the object on an [io.Writer]. It implements the [io.WriterTo]
// WriteTo writes the object on an [io.Writer]. It implements the [io.WriterTo]
// interface, and will write exactly object.BinarySize() bytes on w.
//
// Unless w implements the [buffer.Writer] interface (see lattigo/utils/buffer/writer.go),

View File

@@ -162,7 +162,7 @@ func (m PlaintextMetaData) BinarySize() int {
return 61 + m.Scale.BinarySize()
}
// [WriteTo] writes the object on an [io.Writer]. It implements the [io.WriterTo]
// WriteTo writes the object on an [io.Writer]. It implements the [io.WriterTo]
// interface, and will write exactly object.BinarySize() bytes on w.
//
// Unless w implements the [buffer.Writer] interface (see lattigo/utils/buffer/writer.go),
@@ -282,7 +282,7 @@ func (m *CiphertextMetaData) BinarySize() int {
return 38
}
// [WriteTo] writes the object on an [io.Writer]. It implements the [io.WriterTo]
// WriteTo writes the object on an [io.Writer]. It implements the [io.WriterTo]
// interface, and will write exactly object.BinarySize() bytes on w.
//
// Unless w implements the [buffer.Writer] interface (see lattigo/utils/buffer/writer.go),