mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-18 21:08:15 +08:00
Wrong method in code example
Wrong method called in the documentation for the Calendar widget.
This commit is contained in:

committed by
Patrik Svensson

parent
315a52f3e9
commit
5d68020abb
@ -58,7 +58,7 @@ You can hide the calendar header.
|
||||
|
||||
```csharp
|
||||
var calendar = new Calendar(2020,10);
|
||||
calendar.ShowHeader();
|
||||
calendar.HideHeader();
|
||||
AnsiConsole.Render(calendar);
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user