Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionResultContext.cs =================================================================== diff -u -r64d5609bb2912cd52dc74deffdd189222e240599 -r41fac7fff0a505c08945108d795dcb877f10b816 --- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionResultContext.cs (.../FailureMechanismSectionResultContext.cs) (revision 64d5609bb2912cd52dc74deffdd189222e240599) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionResultContext.cs (.../FailureMechanismSectionResultContext.cs) (revision 41fac7fff0a505c08945108d795dcb877f10b816) @@ -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; }