8000 Update provider/helpers/schedule_validation.go · coder/terraform-provider-coder@1ae3fc7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ae3fc7

Browse files
Update provider/helpers/schedule_validation.go
Co-authored-by: Danny Kopping <dannykopping@gmail.com>
1 parent ddd8b4c commit 1ae3fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/helpers/schedule_validation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func DaysOverlap(dom1, dow1, dom2, dow2 string) (bool, error) {
113113
return domOverlap || dowOverlap, nil
114114
}
115115

116-
// CheckOverlap is a generic function to check if two ranges overlap
116+
// CheckOverlap is a function to check if two ranges overlap
117117
func CheckOverlap(range1, range2 string, maxValue int) (bool, error) {
118118
set1, err := ParseRange(range1, maxValue)
119119
if err != nil {

0 commit comments

Comments
 (0)
0