Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculatorInput.cs
===================================================================
diff -u -r3dc254557ee133d8bee05fb8e6e5b9094d7ffc93 -r774ce2424ba4ccab70c6dad6198472977e2a8ace
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculatorInput.cs (.../MacroStabilityInwardsCalculatorInput.cs) (revision 3dc254557ee133d8bee05fb8e6e5b9094d7ffc93)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculatorInput.cs (.../MacroStabilityInwardsCalculatorInput.cs) (revision 774ce2424ba4ccab70c6dad6198472977e2a8ace)
@@ -303,7 +303,7 @@
public bool CreateZones { internal get; set; }
///
- /// Gets or sets the automatic forbidden zones.
+ /// Gets or sets whether forbidden zones are automatically determined or not.
///
public bool AutomaticForbiddenZones { internal get; set; }
@@ -511,7 +511,7 @@
public bool CreateZones { get; }
///
- /// Gets the automatic forbidden zones.
+ /// Gets whether forbidden zones are automatically determined or not.
///
public bool AutomaticForbiddenZones { get; }