Skip to content

Commit

Permalink
fix: 修复注释描述错误. (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
joesdu authored Sep 23, 2024
2 parents 7db4233 + cfb11df commit 98d6303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EasilyNET.Core/Misc/TextWriterExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private static void ClearCurrentLine()
/// <![CDATA[
/// for (var progress = 0d; progress <= 100.00; progress += 0.1)
/// {
/// await Console.Out.ShowProgressBar(progress, "Processing...", Console.WindowWidth, '#', ' ');
/// await Console.Out.ShowProgressBar(progress, "Processing...", Console.WindowWidth);
/// await Task.Delay(100);
/// }
/// Output:
Expand Down

0 comments on commit 98d6303

Please sign in to comment.