Index: Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/IAssessmentSection.cs =================================================================== diff -u -rfa424689d48793c024e73bfcee1c202559eea3e0 -rb3ca7cfc6568288af57d3efe9d1be4fb2eede9c1 --- Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/IAssessmentSection.cs (.../IAssessmentSection.cs) (revision fa424689d48793c024e73bfcee1c202559eea3e0) +++ Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/IAssessmentSection.cs (.../IAssessmentSection.cs) (revision b3ca7cfc6568288af57d3efe9d1be4fb2eede9c1) @@ -39,7 +39,7 @@ string Name { get; set; } /// - /// Gets the composition of the assessment section, e.g. what type of elements can + /// Gets the composition of the assessment section, i.e. what type of elements can /// be found within the assessment section. /// AssessmentSectionComposition Composition { get; }