Index: Ringtoets/Piping/src/Ringtoets.Piping.Service/PipingCalculationService.cs =================================================================== diff -u -rc8445466e4a8eec9e818c513553f9bd4c7f293ef -r1ab13c60f0a6168b2e959bc213d229d2c77af3b6 --- Ringtoets/Piping/src/Ringtoets.Piping.Service/PipingCalculationService.cs (.../PipingCalculationService.cs) (revision c8445466e4a8eec9e818c513553f9bd4c7f293ef) +++ Ringtoets/Piping/src/Ringtoets.Piping.Service/PipingCalculationService.cs (.../PipingCalculationService.cs) (revision 1ab13c60f0a6168b2e959bc213d229d2c77af3b6) @@ -45,7 +45,7 @@ /// the execution of the operation. /// /// The for which to validate the values. - /// The normative assessment level to use in case no manual assessment level is provided. + /// The normative assessment level to use in case the manual assessment level is not applicable. /// false if contains validation errors; true otherwise. /// Thrown when is null. public static bool Validate(PipingCalculation calculation, RoundedDouble normativeAssessmentLevel) @@ -84,7 +84,7 @@ /// the execution of the operation. /// /// The to base the input for the calculation upon. - /// The normative assessment level to use in case no manual assessment level is provided. + /// The normative assessment level to use in case the manual assessment level is not applicable. /// Thrown when is null. /// Consider calling first to see if calculation is possible. public static void Calculate(PipingCalculation calculation, RoundedDouble normativeAssessmentLevel)