Skip to content

Commit

Permalink
calendar -> gregorian
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Dec 3, 2024
1 parent 9a2ff38 commit 00c80c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar/gregorian.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

var InvalidDateError = func() error {
return fmt.Errorf("invalid calendar date, please make sure the date is valid")
return fmt.Errorf("invalid gregorian date, please make sure the date is valid")
}

// month constants
Expand Down

0 comments on commit 00c80c6

Please sign in to comment.