chore: update cron.go (#354)

repeative -> repetitive
This commit is contained in:
Ikko Eltociear Ashimine
2025-01-05 00:33:27 +08:00
committed by GitHub
parent 6c0076bcc6
commit 6178767eab
+1 -1
View File
@@ -1,7 +1,7 @@
package cron
// Package cron implements a crontab-like service to execute and schedule
// repeative tasks/jobs.
// repetitive tasks/jobs.
//
// Example:
//