Skip to content

Commit

Permalink
Remove dangling comment
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Jul 26, 2024
1 parent eb25274 commit b36ab83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Eff/Unit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ public readonly record struct Unit
/// Gets the Unit instance.
/// </summary>
public static Unit Value => new();
/// Implements unit hashcode
/// Implements string representation of unit
public override string ToString() => "()";
}
Expand Down

0 comments on commit b36ab83

Please sign in to comment.