diff --git a/cronexpr_next.go b/cronexpr_next.go index 19f0ac2..be7d7ca 100644 --- a/cronexpr_next.go +++ b/cronexpr_next.go @@ -256,7 +256,7 @@ func workdayOfMonth(targetDom, lastDom time.Time) int { } else { dom += 2 } - // If sunday, then monday + // If sunday, then monday } else if dow == time.Sunday { if dom < lastDom.Day() { dom += 1