fleshing out

This commit is contained in:
gorhill 2013-08-29 20:09:16 -04:00
parent f60006f5a9
commit 867274cf67
1 changed files with 1 additions and 1 deletions

View File

@ -100,5 +100,5 @@ will return `true`, whereas
cronexpression.NoMatch(cronexpression.NextTimeFromCronString("* * * * * 2050", time.Now())) cronexpression.NoMatch(cronexpression.NextTimeFromCronString("* * * * * 2050", time.Now()))
will return false (as of 2013-08-29...) will return `false` (as of 2013-08-29...)