Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructure.cs =================================================================== diff -u -r7b02f05192ce7e2394f0ed0d727a71d2abdf8a41 -rb496fdc1ebef074d152d893b518dd069a6067559 --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructure.cs (.../StabilityPointStructure.cs) (revision 7b02f05192ce7e2394f0ed0d727a71d2abdf8a41) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructure.cs (.../StabilityPointStructure.cs) (revision b496fdc1ebef074d152d893b518dd069a6067559) @@ -72,7 +72,7 @@ /// The coefficient of variation of the mass of the ship. /// The mean velocity of the ship. /// The coefficient of variation of the velocity of the ship. - /// Number of levellings per year. + /// The levelling count. /// The chance per levelling at a collision with the second retaining structure. /// The mean maximum flow velocity at which the structure is closable. /// The standard deviation of the maximum flow velocity at which the structure is closable. @@ -311,7 +311,7 @@ public VariationCoefficientNormalDistribution ShipVelocity { get; private set; } /// - /// Gets the number of levelling count. + /// Gets the levelling count. /// public int LevellingCount { get; private set; }