Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresFailureMechanismContext.cs
===================================================================
diff -u -r585c9f51efb215f4ead02e4b2c9a69d51fbfd07c -re775448bfb8290e43d62340a53a08723bbc035c6
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresFailureMechanismContext.cs (.../HeightStructuresFailureMechanismContext.cs) (revision 585c9f51efb215f4ead02e4b2c9a69d51fbfd07c)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresFailureMechanismContext.cs (.../HeightStructuresFailureMechanismContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
@@ -36,7 +36,7 @@
///
/// The instance wrapped by this context object.
/// The assessment section which the failure mechanism belongs to.
- /// Thrown when or is null.
+ /// When any input argument is null.
public HeightStructuresFailureMechanismContext(HeightStructuresFailureMechanism wrappedFailureMechanism, IAssessmentSection parent)
: base(wrappedFailureMechanism, parent) {}
}