Skip to content

Commit 5e93be1

Browse files
Update Length.extra.cs to make inchesInOneFoot internal
1 parent f217ae4 commit 5e93be1

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
@@ -10,7 +10,7 @@ namespace UnitsNet
1010
{
1111
public partial struct Length
1212
{
13-
private static readonly QuantityValue InchesInOneFoot = 12;
13+
internal static readonly QuantityValue InchesInOneFoot = 12;
1414

1515
/// <summary>
1616
/// Converts the length to a customary feet/inches combination.

0 commit comments

Comments
 (0)