There was an error while loading. Please reload this page.
1 parent b520334 commit 7306eebCopy full SHA for 7306eeb
common.go
@@ -47,7 +47,7 @@ type RepublishConditionFunc func(job *Job) bool
47
// RepublishConditions alias of a list RepublishConditionFunc
48
type RepublishConditions []RepublishConditionFunc
49
50
-// Comply checks if the Job fits any of the defined conditions.
+// Comply checks if the Job matches any of the defined conditions.
51
func (c RepublishConditions) Comply(job *Job) bool {
52
if len(c) == 0 {
53
return true
0 commit comments