chore: improve comments

pull/5897/head
Pavel Zavora 2022-04-05 10:01:51 +02:00
parent 367c9f1349
commit 1a3f1752e8
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import (
//go:embed *.json
var content embed.FS
// BinLayoutsStore represents a layout store using data generated by go-bindata
// BinLayoutsStore represents a embedded layout store
type BinLayoutsStore struct {
Logger chronograf.Logger
}

View File

@ -12,7 +12,7 @@ import (
//go:embed *.json
var content embed.FS
// BinProtoboardsStore represents a protoboards store using data generated by go-bindata
// BinProtoboardsStore represents a embedded protoboards store
type BinProtoboardsStore struct {
Logger chronograf.Logger
}