Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Service/GrassCoverErosionOutwardsDataSynchronizationService.cs =================================================================== diff -u -ra60ce4ca3df3613160ce8c762b35ed848543d3a2 -r84f89794ee99ca0abe46b7162285ffae01b2ef19 --- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Service/GrassCoverErosionOutwardsDataSynchronizationService.cs (.../GrassCoverErosionOutwardsDataSynchronizationService.cs) (revision a60ce4ca3df3613160ce8c762b35ed848543d3a2) +++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Service/GrassCoverErosionOutwardsDataSynchronizationService.cs (.../GrassCoverErosionOutwardsDataSynchronizationService.cs) (revision 84f89794ee99ca0abe46b7162285ffae01b2ef19) @@ -150,7 +150,7 @@ /// /// Clears the hydraulic boundary location calculation output that is contained within the grass cover erosion outwards failure mechanism. /// - /// The failure mechanism to clear the hydraulic boundary location calculations outputs for. + /// The failure mechanism to clear the hydraulic boundary location calculation output for. /// All objects changed during the clear. /// Thrown when is null. public static IEnumerable ClearHydraulicBoundaryLocationCalculationOutputs(GrassCoverErosionOutwardsFailureMechanism failureMechanism) Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Util.TestUtil/GrassCoverErosionOutwardsHydraulicBoundaryLocationsTestHelper.cs =================================================================== diff -u -r22937a4c42a0ae32f8210f7d8d6c5f5a380211f1 -r84f89794ee99ca0abe46b7162285ffae01b2ef19 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Util.TestUtil/GrassCoverErosionOutwardsHydraulicBoundaryLocationsTestHelper.cs (.../GrassCoverErosionOutwardsHydraulicBoundaryLocationsTestHelper.cs) (revision 22937a4c42a0ae32f8210f7d8d6c5f5a380211f1) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Util.TestUtil/GrassCoverErosionOutwardsHydraulicBoundaryLocationsTestHelper.cs (.../GrassCoverErosionOutwardsHydraulicBoundaryLocationsTestHelper.cs) (revision 84f89794ee99ca0abe46b7162285ffae01b2ef19) @@ -94,7 +94,7 @@ /// The failure mechanism to assert. /// Thrown when is null. /// Thrown when any of the hydraulic boundary location calculations within the - /// contains output. + /// contains output. public static void AssertHydraulicBoundaryLocationCalculationsHaveNoOutputs(GrassCoverErosionOutwardsFailureMechanism failureMechanism) { if (failureMechanism == null) Index: Ringtoets/Integration/src/Ringtoets.Integration.Service/RingtoetsDataSynchronizationService.cs =================================================================== diff -u -ra60ce4ca3df3613160ce8c762b35ed848543d3a2 -r84f89794ee99ca0abe46b7162285ffae01b2ef19 --- Ringtoets/Integration/src/Ringtoets.Integration.Service/RingtoetsDataSynchronizationService.cs (.../RingtoetsDataSynchronizationService.cs) (revision a60ce4ca3df3613160ce8c762b35ed848543d3a2) +++ Ringtoets/Integration/src/Ringtoets.Integration.Service/RingtoetsDataSynchronizationService.cs (.../RingtoetsDataSynchronizationService.cs) (revision 84f89794ee99ca0abe46b7162285ffae01b2ef19) @@ -229,7 +229,7 @@ } /// - /// Clears the hydraulic boundary location calculation output that is contained within specific failure mechanisms the + /// Clears the hydraulic boundary location calculation output that is contained within specific failure mechanisms of the /// and within it. /// /// The which contains the failure mechanisms. @@ -275,9 +275,9 @@ } /// - /// Clears the hydraulic boundary location calculation outputs that are contained within specific . + /// Clears the hydraulic boundary location calculation output that is contained within specific . /// - /// The failure mechanisms to clear the hydraulic boundary location calculations outputs for. + /// The failure mechanisms to clear the hydraulic boundary location calculation output for. /// All objects affected by the operation. /// Thrown when is null. public static IEnumerable ClearHydraulicBoundaryLocationOutputOfFailureMechanisms(IEnumerable failureMechanisms)