Skip to content

Commit

Permalink
Obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lookbusy1344 committed Jan 4, 2024
1 parent 6645e46 commit 3ba1c1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SafeCounter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/// <remarks>
/// Create a new counter with an optional start value
/// </remarks>
/// <param name="startvalue">The initial value</param>
internal sealed class SafeCounter(int counter = 0) // this class exists to wrap this field and prevent direct access
{
/// <summary>
Expand Down

0 comments on commit 3ba1c1e

Please sign in to comment.