Skip to content

Commit 7306eeb

Browse files
committed
Improve description for Comply func
Signed-off-by: Carlos Martín <carlos.martin.sanchez@gmail.com>
1 parent b520334 commit 7306eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type RepublishConditionFunc func(job *Job) bool
4747
// RepublishConditions alias of a list RepublishConditionFunc
4848
type RepublishConditions []RepublishConditionFunc
4949

50-
// Comply checks if the Job fits any of the defined conditions.
50+
// Comply checks if the Job matches any of the defined conditions.
5151
func (c RepublishConditions) Comply(job *Job) bool {
5252
if len(c) == 0 {
5353
return true

0 commit comments

Comments
 (0)