Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructure.cs
===================================================================
diff -u -r396f21603d742cdfb0e92817e5fd0b4df1e9f851 -r8a877cfbf6e7570c646ea24ad5ebc98d3b3c0e47
--- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructure.cs (.../ClosingStructure.cs) (revision 396f21603d742cdfb0e92817e5fd0b4df1e9f851)
+++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructure.cs (.../ClosingStructure.cs) (revision 8a877cfbf6e7570c646ea24ad5ebc98d3b3c0e47)
@@ -40,8 +40,8 @@
/// The location of the closing structure.
/// The mean of the storage area of the closing structure.
/// The coefficient of variation of the storage area of the closing structure.
- /// The mean allowed increase of level for storage of the closing structure.
- /// The standard deviation of allowed increase of level for storage of the closing structure.
+ /// The mean of the allowed increase of level for storage of the closing structure.
+ /// The standard deviation of the allowed increase of level for storage of the closing structure.
/// The orientation of the closing structure, relative to north.
/// The mean of the width of the flow apertures of the closing structure.
/// The coefficient of variation of the width of the flow apertures of the closing structure.
@@ -65,7 +65,7 @@
/// Thrown when or is null
/// , empty or consists of whitespace.
/// Thrown when is null.
- /// Thrown when any parameter is out of range.
+ /// When any stochastic variable parameter is out if its valid domain.
public ClosingStructure(string name, string id, Point2D location,
double storageStructureAreaMean, double storageStructureAreaCoefficientOfVariation,
double allowedLevelIncreaseStorageMean, double allowedLevelIncreaseStorageStandardDeviation,