1
0
mirror of https://github.com/prometheus/alertmanager.git synced 2026-02-05 15:45:34 +01:00

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 {
// A unique identifier across all connected instances.
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.
Matchers labels.Matchers `json:"matchers"`