Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresCalculationContext.cs
===================================================================
diff -u -rb04aec5d2e0dbedb3badb9aee6cb533f1efbf543 -re775448bfb8290e43d62340a53a08723bbc035c6
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresCalculationContext.cs (.../HeightStructuresCalculationContext.cs) (revision b04aec5d2e0dbedb3badb9aee6cb533f1efbf543)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresCalculationContext.cs (.../HeightStructuresCalculationContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
@@ -38,7 +38,7 @@
/// The instance wrapped by this context object.
/// The failure mechanism which the context belongs to.
/// The assessment section which the calculation belongs to.
- /// Thrown when any input parameter is null.
+ /// When any input argument is null.
public HeightStructuresCalculationContext(HeightStructuresCalculation calculation, HeightStructuresFailureMechanism failureMechanism, IAssessmentSection assessmentSection)
: base(calculation, failureMechanism, assessmentSection) { }
}