Skip to content

Commit 506a12c

Browse files
Fix comment
Signed-off-by: George Robinson <[email protected]>
1 parent fb6970a commit 506a12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/alert.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func (a *Alert) Status() AlertStatus {
7878
return a.StatusAt(time.Now())
7979
}
8080

81-
// StatusAt returns the status of the alert before the given timestamp.
81+
// StatusAt returns the status of the alert at the given timestamp.
8282
func (a *Alert) StatusAt(ts time.Time) AlertStatus {
8383
if a.ResolvedAt(ts) {
8484
return AlertResolved

0 commit comments

Comments
 (0)