We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5cab8 commit ec90299Copy full SHA for ec90299
UnitsNet/GeneratedCode/UnitClasses/ForcePerLength.g.cs
@@ -55,7 +55,7 @@
55
namespace UnitsNet
56
{
57
/// <summary>
58
- /// Force per length is the amount of change applied per length.
+ /// The magnitude of force per unit length.
59
/// </summary>
60
// ReSharper disable once PartialTypeWithSinglePart
61
#if WINDOWS_UWP
UnitsNet/Scripts/UnitDefinitions/ForcePerLength.json
@@ -1,7 +1,7 @@
1
2
"Name": "ForcePerLength",
3
"BaseUnit": "NewtonPerMeter",
4
- "XmlDoc": "Force per length is the amount of change applied per length.",
+ "XmlDoc": "The magnitude of force per unit length.",
5
"Units": [{
6
"SingularName": "NewtonPerMeter",
7
"PluralName": "NewtonsPerMeter",
0 commit comments