From 91083d6cd942f40432cf33262db229dc8027e991 Mon Sep 17 00:00:00 2001 From: Kiril Vladimirov Date: Mon, 18 Jan 2021 22:32:15 +0200 Subject: [PATCH] types: Fix typo in Silence.Matchers' documentation Signed-off-by: Kiril Vladimirov --- types/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/types.go b/types/types.go index 2578d0ac..314b289f 100644 --- a/types/types.go +++ b/types/types.go @@ -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"`