Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Service/MacroStabilityInwardsCalculationService.cs =================================================================== diff -u -r0da7a76905c549ccda8339fc255e1efa156807f4 -r1ab13c60f0a6168b2e959bc213d229d2c77af3b6 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Service/MacroStabilityInwardsCalculationService.cs (.../MacroStabilityInwardsCalculationService.cs) (revision 0da7a76905c549ccda8339fc255e1efa156807f4) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Service/MacroStabilityInwardsCalculationService.cs (.../MacroStabilityInwardsCalculationService.cs) (revision 1ab13c60f0a6168b2e959bc213d229d2c77af3b6) @@ -47,7 +47,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(MacroStabilityInwardsCalculation calculation, RoundedDouble normativeAssessmentLevel) @@ -98,7 +98,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. /// Thrown when an error occurred during the calculation.