Skip to content

Commit

Permalink
imp - Corrected obsolete message
Browse files Browse the repository at this point in the history
---

What do progress bars have to do with the list writing operation?

---

Type: imp
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Jan 7, 2025
1 parent 305e470 commit 7844e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/Terminaux/Writer/ConsoleWriters/ListWriterColor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace Terminaux.Writer.ConsoleWriters
/// <summary>
/// List writer with color support
/// </summary>
[Obsolete("This is considered a legacy method of writing this fancy text and will be removed in a future version of Terminaux. Also, this writer doesn't support indeterminate progress bars. Please use its cyclic writer equivalent.")]
[Obsolete("This is considered a legacy method of writing this fancy text and will be removed in a future version of Terminaux. Please use its cyclic writer equivalent.")]
public static class ListWriterColor
{
#region Dictionary (generic)
Expand Down

0 comments on commit 7844e29

Please sign in to comment.