Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/PresentationObjects/ClosingStructuresFailureMechanismContext.cs
===================================================================
diff -u -r5b1276bcb70296a150fd4a26fbf8867e6f8aa0f2 -r065af7e201b59ec19a17c42e9d772f5e86b31338
--- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/PresentationObjects/ClosingStructuresFailureMechanismContext.cs (.../ClosingStructuresFailureMechanismContext.cs) (revision 5b1276bcb70296a150fd4a26fbf8867e6f8aa0f2)
+++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/PresentationObjects/ClosingStructuresFailureMechanismContext.cs (.../ClosingStructuresFailureMechanismContext.cs) (revision 065af7e201b59ec19a17c42e9d772f5e86b31338)
@@ -36,7 +36,7 @@
///
/// The instance wrapped by this context object.
/// The assessment section which the failure mechanism belongs to.
- /// When any input argument is null.
+ /// Thrown when any input argument is null.
public ClosingStructuresFailureMechanismContext(ClosingStructuresFailureMechanism failureMechanism, IAssessmentSection assessmentSection)
: base(failureMechanism, assessmentSection) {}
}