app/vmalert/datasource: typo fix in docs: Labels -> Label

This commit is contained in:
Aliaksandr Valialkin 2020-03-13 12:22:23 +02:00
parent a746cb62b6
commit 4fc4912f0c

View File

@ -8,7 +8,7 @@ type Metric struct {
Value float64
}
// Labels represents metric's label
// Label represents metric's label
type Label struct {
Name string
Value string