mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 00:42:51 +08:00
Wrong method in code example
Wrong method called in the documentation for the Calendar widget.
This commit is contained in:
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);
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user