Index: Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingInput.cs
===================================================================
diff -u -rc0a3ced404197fd781c6fcbcfc21c6676592be57 -r89488cc05b12fd5720cd28a4eeeb001dc9b1456d
--- Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingInput.cs (.../PipingInput.cs) (revision c0a3ced404197fd781c6fcbcfc21c6676592be57)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingInput.cs (.../PipingInput.cs) (revision 89488cc05b12fd5720cd28a4eeeb001dc9b1456d)
@@ -98,7 +98,6 @@
/// Gets or sets the outside high water level.
/// [m]
///
- /// is .
public RoundedDouble AssessmentLevel
{
get
@@ -152,7 +151,7 @@
///
/// Gets or sets the l-coordinate of the exit point, which, together with
- /// the l-coordinate of the exit point, is used to determine the seepage
+ /// the l-coordinate of the entry point, is used to determine the seepage
/// length of .
/// [m]
///
@@ -339,7 +338,7 @@
public NormalDistribution PhreaticLevelExit { get; set; }
///
- /// Gets or sets the horizontal distance between entree and exit point.
+ /// Gets or sets the horizontal distance between entry and exit point.
/// [m]
///
public LognormalDistribution SeepageLength { get; set; }
@@ -377,7 +376,7 @@
/// Gets or sets the volumic weight of the saturated coverage layer.
///
public ShiftedLognormalDistribution SaturatedVolumicWeightOfCoverageLayer { get; set; }
-
+
#endregion
private void UpdateEntryAndExitPoint()