Skip to content

Commit 724c634

Browse files
committed
minor code doc fix
Signed-off-by: Siavash Safi <siavash@cloudflare.com>
1 parent 6a24621 commit 724c634

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

silence/silence.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ func (s versionIndex) findVersionGreaterThan(version int) (index int, found bool
141141
return startIdx, startIdx < len(s)
142142
}
143143

144-
// Silencer binds together a Silences and a per-group AlertMarker to implement
145-
// the Muter interface.
144+
// Silencer holds Silences and implements the Muter interface.
146145
type Silencer struct {
147146
silences *Silences
148147
cache *cache

0 commit comments

Comments
 (0)