Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionResultContext.cs =================================================================== diff -u -r266b001fc7fcb405383d2411a970efa735e3c66d -r64d5609bb2912cd52dc74deffdd189222e240599 --- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionResultContext.cs (.../FailureMechanismSectionResultContext.cs) (revision 266b001fc7fcb405383d2411a970efa735e3c66d) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionResultContext.cs (.../FailureMechanismSectionResultContext.cs) (revision 64d5609bb2912cd52dc74deffdd189222e240599) @@ -33,7 +33,7 @@ /// /// Creates a new instance of . /// - /// The of to wrap. + /// The of to wrap. /// The belongs to. /// Thrown when or is null. public FailureMechanismSectionResultContext(IEnumerable sectionResults, IFailureMechanism failureMechanism) @@ -51,7 +51,7 @@ } /// - /// Gets the wrapped of . + /// Gets the wrapped of . /// public IEnumerable SectionResults { get; private set; }