Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/PresentationObjects/ClosingStructuresContextBase.cs
===================================================================
diff -u -r438a524144f283209902ae89f058a134380c9538 -r6b6f344a9cf3e6c44b63320dfa3f5c828c4221d8
--- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/PresentationObjects/ClosingStructuresContextBase.cs (.../ClosingStructuresContextBase.cs) (revision 438a524144f283209902ae89f058a134380c9538)
+++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/PresentationObjects/ClosingStructuresContextBase.cs (.../ClosingStructuresContextBase.cs) (revision 6b6f344a9cf3e6c44b63320dfa3f5c828c4221d8)
@@ -37,8 +37,8 @@
/// Initializes a new instance of .
///
/// The concrete data instance wrapped by the context object.
- /// The failure mechanism which the context belongs to.
- /// The assessment section which the context belongs to.
+ /// The failure mechanism which the wrapped data belongs to.
+ /// The assessment section which the wrapped data belongs to.
/// Thrown when any of the input parameters are null.
protected ClosingStructuresContextBase(T wrappedData,
ClosingStructuresFailureMechanism failureMechanism,