mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 08:52:50 +08:00
fixed spelling in Exception
This commit is contained in:
parent
949f35defd
commit
045d0922c8
@ -122,7 +122,7 @@ namespace Spectre.Console
|
||||
var promptItem = Tree.Find(item);
|
||||
if (promptItem == null)
|
||||
{
|
||||
throw new ArgumentOutOfRangeException(nameof(item), "item not found in tree.");
|
||||
throw new ArgumentOutOfRangeException(nameof(item), "Item not found in tree.");
|
||||
}
|
||||
|
||||
var parents = new List<ListPromptItem<T>>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user