Explorar o código

Update doc.go to fix description of @every

Rob Figueiredo %!s(int64=7) %!d(string=hai) anos
pai
achega
b41be1df69
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      doc.go

+ 2 - 2
doc.go

@@ -92,8 +92,8 @@ or cron is run. This is supported by formatting the cron spec like this:
 where "duration" is a string accepted by time.ParseDuration
 (http://golang.org/pkg/time/#ParseDuration).
 
-For example, "@every 1h30m10s" would indicate a schedule that activates immediately,
-and then every 1 hour, 30 minutes, 10 seconds.
+For example, "@every 1h30m10s" would indicate a schedule that activates after
+1 hour, 30 minutes, 10 seconds, and then every interval after that.
 
 Note: The interval does not take the job runtime into account.  For example,
 if a job takes 3 minutes to run, and it is scheduled to run every 5 minutes,