Skip to content

Commit

Permalink
Another minor doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
olorin committed Sep 12, 2014
1 parent e0353d2 commit a6d1302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion range.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (r *Range) Check(value float64) bool {
no = true
yes = false
}
// see https://www.monitoring-plugins.org/doc/guidelines.html#THRESHOLDFORMAT
// Ranges are treated as a closed interval.
if r.Start <= value && value <= r.End {
return no
} else {
Expand Down

0 comments on commit a6d1302

Please sign in to comment.