We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9636c commit 0decf1fCopy full SHA for 0decf1f
model/alert.go
@@ -65,7 +65,7 @@ func (a *Alert) Resolved() bool {
65
return a.ResolvedAt(time.Now())
66
}
67
68
-// ResolvedAt returns true off the activity interval ended before
+// ResolvedAt returns true iff the activity interval ended before
69
// the given timestamp.
70
func (a *Alert) ResolvedAt(ts time.Time) bool {
71
if a.EndsAt.IsZero() {
0 commit comments