Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs =================================================================== diff -u -rae3d59f77b1e2f9ab9d961704b9457867e8f58ee -r7d6e4c28a40fb056c182d0691dda2b2e88aeebfd --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs (.../HeightStructure.cs) (revision ae3d59f77b1e2f9ab9d961704b9457867e8f58ee) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs (.../HeightStructure.cs) (revision 7d6e4c28a40fb056c182d0691dda2b2e88aeebfd) @@ -36,7 +36,7 @@ /// /// The construction properties. /// Thrown when - /// or is null , empty or consists of whitespace. + /// or is null, empty or consists of whitespace. /// Thrown when is null. public HeightStructure(ConstructionProperties constructionProperties) : base(constructionProperties) { @@ -158,7 +158,7 @@ public VariationCoefficientNormalDistribution WidthFlowApertures { get; private set; } /// - /// Gets the failure probability of the height structure, given erosion. + /// Gets or sets the failure probability of the height structure, given erosion. /// [1/year] /// public double FailureProbabilityStructureWithErosion { get; set; }