Index: Ringtoets/Common/src/Ringtoets.Common.Data/IllustrationPoints/GeneralResult.cs =================================================================== diff -u -r5899c392963028438e1f12b64d21373b71866852 -rf0538a6a9af2faa964cb8d16afa6f5336a014cc1 --- Ringtoets/Common/src/Ringtoets.Common.Data/IllustrationPoints/GeneralResult.cs (.../GeneralResult.cs) (revision 5899c392963028438e1f12b64d21373b71866852) +++ Ringtoets/Common/src/Ringtoets.Common.Data/IllustrationPoints/GeneralResult.cs (.../GeneralResult.cs) (revision f0538a6a9af2faa964cb8d16afa6f5336a014cc1) @@ -106,13 +106,13 @@ /// /// Validates a collection of - /// or objects by comparing the stochasts of child nodes + /// or by comparing the stochasts of child nodes /// with its own stochasts. /// /// The collection of - /// or objects to be validated. - /// The collection of objects to be validated. - /// Thrown when the content does not equal + /// or to be validated. + /// The collection of to be validated. + /// Thrown when the does not equal /// the child stochasts. private static void ValidateStochastInChildren(IEnumerable topLevelillustrationPoints, IEnumerable stochasts) { @@ -145,11 +145,11 @@ /// /// Validates a collection of - /// or objects by checking for duplicate combinations + /// or by checking for duplicate combinations /// of closing situation and wind direction. /// /// The collection of - /// or objects to be validated. + /// or to be validated. /// Thrown when contains a duplicate /// combination of closing situation and wind direction. private static void ValidateTopLevelIllustrationPoints(IEnumerable topLevelIllustrationPoints)