Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs
===================================================================
diff -u -r3e3087bd9c43ca5a3910438b3c9daf0defcb09bf -r9e3639e810a22019da1a9fdf5aa5c433a43520c1
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs (.../HeightStructure.cs) (revision 3e3087bd9c43ca5a3910438b3c9daf0defcb09bf)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructure.cs (.../HeightStructure.cs) (revision 9e3639e810a22019da1a9fdf5aa5c433a43520c1)
@@ -40,7 +40,7 @@
/// or is null , empty or consists of whitespace.
/// Thrown when is null.
/// When any stochastic variable parameter
- /// is out if its valid domain.
+ /// is out of its valid domain.
public HeightStructure(ConstructionProperties constructionProperties) : base(constructionProperties)
{
LevelCrestStructure = new NormalDistribution(2)