mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-01 01:25:27 +08:00 
			
		
		
		
	fixed spelling in Exception
This commit is contained in:
		 Nils Andresen
					Nils Andresen
				
			
				
					committed by
					
						 Patrik Svensson
						Patrik Svensson
					
				
			
			
				
	
			
			
			 Patrik Svensson
						Patrik Svensson
					
				
			
						parent
						
							949f35defd
						
					
				
				
					commit
					045d0922c8
				
			| @@ -122,7 +122,7 @@ namespace Spectre.Console | |||||||
|             var promptItem = Tree.Find(item); |             var promptItem = Tree.Find(item); | ||||||
|             if (promptItem == null) |             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>>(); |             var parents = new List<ListPromptItem<T>>(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user