Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/InputContextBase.cs =================================================================== diff -u -r46ef6c094cc1589938bc88bee6f5bdac70233462 -r065af7e201b59ec19a17c42e9d772f5e86b31338 --- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/InputContextBase.cs (.../InputContextBase.cs) (revision 46ef6c094cc1589938bc88bee6f5bdac70233462) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/InputContextBase.cs (.../InputContextBase.cs) (revision 065af7e201b59ec19a17c42e9d772f5e86b31338) @@ -44,7 +44,7 @@ /// The calculation containing the calculation input. /// The failure mechanism which the context belongs to. /// The assessment section which the context belongs to. - /// When any input argument is null. + /// Thrown when any input argument is null. protected InputContextBase(TInput wrappedData, TCalculation calculation, TFailureMechanism failureMechanism, IAssessmentSection assessmentSection) : base(wrappedData, failureMechanism, assessmentSection) {