fleshing out doc

This commit is contained in:
gorhill 2013-08-31 09:07:23 -04:00
parent 2594aadb14
commit 5c3ec34a8d
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ import (
/******************************************************************************/
// A Expression represents a specific cron time expression as defined on
// Wikipedia: https://en.wikipedia.org/wiki/Cron#CRON_expression
// A Expression represents a specific cron time expression as defined at
// <https://github.com/gorhill/cronexpr#implementation>
type Expression struct {
expression string
secondList []int