Skip to content

Commit

Permalink
au: Fix name of Easter Saturday holiday
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwhite committed Sep 14, 2022
1 parent 68ce980 commit a6336f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/au/au_holidays.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var (

// EasterSaturday represents the day before Easter, which falls on a Saturday.
EasterSaturday = &cal.Holiday{
Name: "Easter Sunday",
Name: "Easter Saturday",
Offset: -1,
Func: cal.CalcEasterOffset,
}
Expand Down

0 comments on commit a6336f0

Please sign in to comment.