Skip to content

Commit ac43ec8

Browse files
committed
♻️ refactor: update codebase #2
1 parent f4e89e8 commit ac43ec8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rule.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import "time"
1212
// rule := NewRule() // This creates a new rule with the default configuration.
1313
// rule.WithWeekStartDay(time.Monday) // This sets the week start day to Monday.
1414
// rule.WithTimeFormats([]string{"2006-01-02 15:04:05"}) // This sets the time formats to the default time formats.
15-
// rule.WithTimeLocation(time.UTC) // This sets the time location to UTC.
15+
// rule.WithLocation(time.UTC) // This sets the time location to UTC.
1616
// return rule
1717
func NewRule() *Rule {
1818
return &Rule{

0 commit comments

Comments
 (0)