Index: Ringtoets/Revetment/src/Ringtoets.Revetment.Service/IWaveConditionsCalculationService.cs
===================================================================
diff -u -rdd84b844a388b0dc3f721bd40674c4ed513b3231 -r6c3a074511922fb175a1aa7f20168bbb6d63a688
--- Ringtoets/Revetment/src/Ringtoets.Revetment.Service/IWaveConditionsCalculationService.cs (.../IWaveConditionsCalculationService.cs) (revision dd84b844a388b0dc3f721bd40674c4ed513b3231)
+++ Ringtoets/Revetment/src/Ringtoets.Revetment.Service/IWaveConditionsCalculationService.cs (.../IWaveConditionsCalculationService.cs) (revision 6c3a074511922fb175a1aa7f20168bbb6d63a688)
@@ -30,10 +30,10 @@
public interface IWaveConditionsCalculationService
{
///
- /// Performs validation over the values on the given calculation.
+ /// Performs validation of the values of the given calculation.
/// Error and status information is logged during the execution of the operation.
///
- /// The name of the calculation to perform.
+ /// The name of the calculation to validate.
/// False if given parameters result in validation errors;
/// True otherwise.
bool Validate(string name);