mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 08:52:50 +08:00
Merge pull request #1183 from Frassle/promptExampleTypo
This commit is contained in:
commit
a6af9a6842
@ -115,7 +115,7 @@ namespace Prompt
|
|||||||
.AddChoices(favorites));
|
.AddChoices(favorites));
|
||||||
}
|
}
|
||||||
|
|
||||||
AnsiConsole.MarkupLine("Your selected: [yellow]{0}[/]", fruit);
|
AnsiConsole.MarkupLine("You selected: [yellow]{0}[/]", fruit);
|
||||||
return fruit;
|
return fruit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user