Skip to content

Commit 6137cdc

Browse files
Applesauce314angularsen
authored andcommitted
Update Length.extra.cs
fixed using `Feet` instead of local copy `feet`
1 parent b0e7699 commit 6137cdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

UnitsNet/CustomCode/Quantities/Length.extra.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ int GreatestCommonDivisor(int a, int b)
250250

251251
inchPart.Append('"');
252252

253-
if (Feet == 0)
253+
if (feet == 0)
254254
{
255255
return inchPart.ToString();
256256
}

0 commit comments

Comments
 (0)