diff --git a/src/Eff/Unit.cs b/src/Eff/Unit.cs index 342c82e..430f764 100644 --- a/src/Eff/Unit.cs +++ b/src/Eff/Unit.cs @@ -15,7 +15,6 @@ public readonly record struct Unit /// Gets the Unit instance. /// public static Unit Value => new(); - /// Implements unit hashcode /// Implements string representation of unit public override string ToString() => "()"; }