Fix minor typo in example

This commit is contained in:
Patrik Svensson 2020-10-17 13:22:01 +02:00
parent 7ef1ac483a
commit 52718c499c

View File

@ -46,7 +46,7 @@ namespace Calendars
.AddCalendarEvent("A third event", 2020, 10, 13));
yield return EmbedInPanel(
"Italian calendar (de-DE)",
"Italian calendar (it-IT)",
new Calendar(2020, 10)
.DoubleBorder()
.SetHighlightStyle(Style.Parse("green"))