Skip to content

Commit ec90299

Browse files
committed
Improved definition of ForcePerLength unit
1 parent 5c5cab8 commit ec90299

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UnitsNet/GeneratedCode/UnitClasses/ForcePerLength.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
namespace UnitsNet
5656
{
5757
/// <summary>
58-
/// Force per length is the amount of change applied per length.
58+
/// The magnitude of force per unit length.
5959
/// </summary>
6060
// ReSharper disable once PartialTypeWithSinglePart
6161
#if WINDOWS_UWP

UnitsNet/Scripts/UnitDefinitions/ForcePerLength.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Name": "ForcePerLength",
33
"BaseUnit": "NewtonPerMeter",
4-
"XmlDoc": "Force per length is the amount of change applied per length.",
4+
"XmlDoc": "The magnitude of force per unit length.",
55
"Units": [{
66
"SingularName": "NewtonPerMeter",
77
"PluralName": "NewtonsPerMeter",

0 commit comments

Comments
 (0)