Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs
===================================================================
diff -u -r2f6400116d57c2b49f7089dbc9c8cd935c185a36 -r0d0fc614ee67c51983412fcec6509f8fad4151e3
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs (.../HeightStructure.cs) (revision 2f6400116d57c2b49f7089dbc9c8cd935c185a36)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs (.../HeightStructure.cs) (revision 0d0fc614ee67c51983412fcec6509f8fad4151e3)
@@ -50,8 +50,8 @@
/// The failure probability of the height structure, given erosion.
/// The mean storage area of the height structure.
/// The coefficient of variation of storage area of the height structure.
- /// The mean allowable increase of level for storage of the height structure.
- /// The standard deviation of allowable increase of level for storage of the height structure.
+ /// The mean allowed increase of level for storage of the height structure.
+ /// The standard deviation of allowed increase of level for storage of the height structure.
/// Thrown when or is null
/// , empty or consists of whitespace.
/// Thrown when is null.
@@ -137,7 +137,7 @@
public VariationCoefficientLogNormalDistribution StorageStructureArea { get; private set; }
///
- /// Gets the allowable increase of level for storage of the height structure.
+ /// Gets the allowed increase of level for storage of the height structure.
///
public LogNormalDistribution AllowedLevelIncreaseStorage { get; private set; }
}