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