mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 17:02:51 +08:00
Fix minor typo in example
This commit is contained in:
parent
7ef1ac483a
commit
52718c499c
@ -46,7 +46,7 @@ namespace Calendars
|
|||||||
.AddCalendarEvent("A third event", 2020, 10, 13));
|
.AddCalendarEvent("A third event", 2020, 10, 13));
|
||||||
|
|
||||||
yield return EmbedInPanel(
|
yield return EmbedInPanel(
|
||||||
"Italian calendar (de-DE)",
|
"Italian calendar (it-IT)",
|
||||||
new Calendar(2020, 10)
|
new Calendar(2020, 10)
|
||||||
.DoubleBorder()
|
.DoubleBorder()
|
||||||
.SetHighlightStyle(Style.Parse("green"))
|
.SetHighlightStyle(Style.Parse("green"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user