Skip to content

Commit

Permalink
Merge pull request #97 from danielwhite/fix-au-easter-saturday-name
Browse files Browse the repository at this point in the history
au: Fix name of Easter Saturday holiday
  • Loading branch information
rickar committed Sep 17, 2022
2 parents bb4d0a5 + a6336f0 commit 019aa5d
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 019aa5d

Please sign in to comment.