Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsCalculationContext.cs
===================================================================
diff -u -re775448bfb8290e43d62340a53a08723bbc035c6 -rdd95a590c807772d742ebe1b7e28611fa4931863
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsCalculationContext.cs (.../GrassCoverErosionInwardsCalculationContext.cs) (revision e775448bfb8290e43d62340a53a08723bbc035c6)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsCalculationContext.cs (.../GrassCoverErosionInwardsCalculationContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
@@ -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.
- /// When any input argument is null.
+ /// When any input argument is null.
public GrassCoverErosionInwardsCalculationContext(GrassCoverErosionInwardsCalculation calculation, GrassCoverErosionInwardsFailureMechanism failureMechanism, IAssessmentSection assessmentSection)
: base(calculation, failureMechanism, assessmentSection) {}
}