Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructuresInput.cs
===================================================================
diff -u -r719fdf29c8274e201e877c3ee5d6717448b6c94c -r7e18d72b65e2041b1493dca3bd0b722d1fa5a664
--- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructuresInput.cs (.../StabilityPointStructuresInput.cs) (revision 719fdf29c8274e201e877c3ee5d6717448b6c94c)
+++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructuresInput.cs (.../StabilityPointStructuresInput.cs) (revision 7e18d72b65e2041b1493dca3bd0b722d1fa5a664)
@@ -402,7 +402,8 @@
/// Gets or sets the failure probability of repairing a closure.
/// [1/year]
///
- /// Thrown when the probability is not in interval [0,1].
+ /// Thrown when the value of the probability
+ /// is not in the interval [0, 1].
public double FailureProbabilityRepairClosure
{
get
@@ -480,7 +481,8 @@
/// Gets or sets the probability of a secondary collision on the structure per levelling.
/// [1/year/levelling]
///
- /// Thrown when the probability is not in interval [0,1].
+ /// Thrown when the value of the probability
+ /// is not in the interval [0, 1].
public double ProbabilityCollisionSecondaryStructure
{
get