Index: Ringtoets/Integration/src/Ringtoets.Integration.Service/Comparers/IAssessmentSectionMergeComparer.cs =================================================================== diff -u -r80c8539d4473e2c10716b286c943a6b3a2b318cb -r0d22336715a0e354aa7e32d79499cfe23f71e6d3 --- Ringtoets/Integration/src/Ringtoets.Integration.Service/Comparers/IAssessmentSectionMergeComparer.cs (.../IAssessmentSectionMergeComparer.cs) (revision 80c8539d4473e2c10716b286c943a6b3a2b318cb) +++ Ringtoets/Integration/src/Ringtoets.Integration.Service/Comparers/IAssessmentSectionMergeComparer.cs (.../IAssessmentSectionMergeComparer.cs) (revision 0d22336715a0e354aa7e32d79499cfe23f71e6d3) @@ -15,7 +15,7 @@ /// /// The to compare against. /// The to compare. - /// true when is equal to + /// true when is equal to /// and suitable to merge, false if otherwise. /// Thrown when any parameter is null. bool Compare(AssessmentSection assessmentSection, AssessmentSection otherAssessmentSection);