mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-10-31 09:09:25 +08:00 
			
		
		
		
	Fix documentation for ProgressContext.AddTask
This commit is contained in:
		| @@ -33,7 +33,7 @@ namespace Spectre.Console | ||||
|         /// </summary> | ||||
|         /// <param name="description">The task description.</param> | ||||
|         /// <param name="settings">The task settings.</param> | ||||
|         /// <returns>The task's ID.</returns> | ||||
|         /// <returns>The newly created task.</returns> | ||||
|         public ProgressTask AddTask(string description, ProgressTaskSettings? settings = null) | ||||
|         { | ||||
|             lock (_taskLock) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Reilly Wood
					Reilly Wood