Fix documentation (#1065)

This commit is contained in:
Jose Donizetti 2017-11-01 06:41:00 -02:00 committed by Brian Brazil
parent 2d1b84ff5e
commit 359b614f5f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ func (m *Entry) IsFiringSubset(subset map[uint64]struct{}) bool {
return isSubset(set, subset)
}
// IsFiringSubset returns whether the given subset is a subset of the alerts
// IsResolvedSubset returns whether the given subset is a subset of the alerts
// that were resolved at the time of the last notification.
func (m *Entry) IsResolvedSubset(subset map[uint64]struct{}) bool {
set := map[uint64]struct{}{}