Index: Ringtoets/Common/src/Ringtoets.Common.Service/RingtoetsCommonDataCalculationService.cs
===================================================================
diff -u -r0a185a7ccdc50bbfb5126f76e16c337b503c9705 -rea797223dd831d567cbb669bb80f61c276e0b566
--- Ringtoets/Common/src/Ringtoets.Common.Service/RingtoetsCommonDataCalculationService.cs (.../RingtoetsCommonDataCalculationService.cs) (revision 0a185a7ccdc50bbfb5126f76e16c337b503c9705)
+++ Ringtoets/Common/src/Ringtoets.Common.Service/RingtoetsCommonDataCalculationService.cs (.../RingtoetsCommonDataCalculationService.cs) (revision ea797223dd831d567cbb669bb80f61c276e0b566)
@@ -52,12 +52,12 @@
/// The failure mechanism contribution.
/// The 'N' parameter used to factor in the 'length effect'.
/// The profile specific required probability.
- ///
+ ///
/// Thrown when:
///
- /// - is not in the interval [0.0, 1.0] or is ;
- /// - is not in the interval [0.0, 100.0] or is ;
- /// - is not larger than 0.
+ /// - is not in the interval [0.0, 1.0] or is ;
+ /// - is not in the interval [0.0, 100.0] or is ;
+ /// - is not larger than 0.
///
///
public static double ProfileSpecificRequiredProbability(double norm, double failureMechanismContribution, int n)