Index: Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/PresentationObjects/StabilityStoneCoverContext.cs
===================================================================
diff -u -r0d98073e4ba2bdc6b69b7f875508488d1fa0148a -r6c3a074511922fb175a1aa7f20168bbb6d63a688
--- Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/PresentationObjects/StabilityStoneCoverContext.cs (.../StabilityStoneCoverContext.cs) (revision 0d98073e4ba2bdc6b69b7f875508488d1fa0148a)
+++ Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Forms/PresentationObjects/StabilityStoneCoverContext.cs (.../StabilityStoneCoverContext.cs) (revision 6c3a074511922fb175a1aa7f20168bbb6d63a688)
@@ -29,7 +29,7 @@
{
///
/// Presentation object representing all required stability stone cover input knowledge
- /// to configure and created related calculation objects.
+ /// to configure and create related calculation objects.
///
/// The observable object type of the wrapped instance.
public abstract class StabilityStoneCoverContext : ObservableWrappedObjectContextBase where T : IObservable
@@ -40,7 +40,7 @@
/// The concrete data instance wrapped by this context object.
/// 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 StabilityStoneCoverContext(T wrappedData,
StabilityStoneCoverFailureMechanism failureMechanism,
IAssessmentSection assessmentSection) : base(wrappedData)