Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio authored Sep 13, 2022
1 parent fc1f47f commit d6f8262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ql/time/calendars/unitedkingdom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace QuantLib {
|| (d >= 25 && w == Monday && m == August)
// April 29th, 2011 only (Royal Wedding Bank Holiday)
|| (d == 29 && m == April && y == 2011)
// September 19th, 2022 only (The Queens funeral Bank Holiday)
// September 19th, 2022 only (The Queen's Funeral Bank Holiday)
|| (d == 19 && m == September && y == 2022)
;
}
Expand Down

0 comments on commit d6f8262

Please sign in to comment.