fix typos in type functionShapePoint

This commit is contained in:
lixiaobing1 2020-11-19 20:22:09 +08:00
parent e64ebe0131
commit 8b351ac9d0

View File

@ -38,9 +38,9 @@ const (
type functionShape []functionShapePoint
type functionShapePoint struct {
// Utilization is function argument.
// utilization is function argument.
utilization int64
// Score is function value.
// score is function value.
score int64
}