From 2fc5c1e2856dd593132477468932b20449e6d23a Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 9 Sep 2013 09:30:44 -0400 Subject: [PATCH] tab --- cronexpr_next.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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