mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 05:18:16 +08:00
Fix minor typo in Prompt example
This commit is contained in:
@ -115,7 +115,7 @@ namespace Prompt
|
||||
.AddChoices(favorites));
|
||||
}
|
||||
|
||||
AnsiConsole.MarkupLine("Your selected: [yellow]{0}[/]", fruit);
|
||||
AnsiConsole.MarkupLine("You selected: [yellow]{0}[/]", fruit);
|
||||
return fruit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user