types: Fix typo in Silence.Matchers' documentation

Signed-off-by: Kiril Vladimirov <kiril@vladimiroff.org>
This commit is contained in:
Kiril Vladimirov 2021-01-18 22:32:15 +02:00
parent 7320d83cbc
commit 91083d6cd9

View File

@ -408,7 +408,7 @@ func (f MuteFunc) Mutes(lset model.LabelSet) bool { return f(lset) }
type Silence struct { type Silence struct {
// A unique identifier across all connected instances. // A unique identifier across all connected instances.
ID string `json:"id"` ID string `json:"id"`
// A set of matchers determining if a label set is affect // A set of matchers determining if a label set is affected
// by the silence. // by the silence.
Matchers labels.Matchers `json:"matchers"` Matchers labels.Matchers `json:"matchers"`