Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresFailureMechanismContext.cs
===================================================================
diff -u -rdd95a590c807772d742ebe1b7e28611fa4931863 -r8805f03189f521994b42a519bbca7561bf12eb68
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresFailureMechanismContext.cs (.../HeightStructuresFailureMechanismContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresFailureMechanismContext.cs (.../HeightStructuresFailureMechanismContext.cs) (revision 8805f03189f521994b42a519bbca7561bf12eb68)
@@ -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 HeightStructuresFailureMechanismContext(HeightStructuresFailureMechanism wrappedFailureMechanism, IAssessmentSection parent)
: base(wrappedFailureMechanism, parent) {}
}