Fix doc comment

Signed-off-by: beorn7 <beorn@soundcloud.com>
This commit is contained in:
beorn7 2019-02-25 17:18:35 +01:00
parent 22db73fbf7
commit 33638b1412
1 changed files with 2 additions and 2 deletions

View File

@ -213,8 +213,8 @@ func TestInhibitRuleMatches(t *testing.T) {
},
{
// Matches both source and target filters of rule2,
// inhibited because sourceAlert2 matches also both the
// source and target filterof rule1.
// not inhibited because sourceAlert2 matches also both the
// source and target filter of rule1.
target: model.LabelSet{"s2": "1", "t2": "1", "e": "1"},
expected: false,
},