Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsGrid.cs
===================================================================
diff -u -r6b59d4a1f72c5a1378a3b8d545b60440bb4ac7b4 -raf102911fb9673a007d2859e6ea5a10c47fb169f
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsGrid.cs (.../MacroStabilityInwardsGrid.cs) (revision 6b59d4a1f72c5a1378a3b8d545b60440bb4ac7b4)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsGrid.cs (.../MacroStabilityInwardsGrid.cs) (revision af102911fb9673a007d2859e6ea5a10c47fb169f)
@@ -73,7 +73,7 @@
}
///
- /// Gets or sets the x left of the grid.
+ /// Gets or sets the left boundary of the grid.
/// [m]
///
/// Thrown when is larger
@@ -96,7 +96,7 @@
}
///
- /// Gets or sets the x right of the grid.
+ /// Gets or sets the right boundary of the grid.
/// [m]
///
/// Thrown when is smaller
@@ -119,7 +119,7 @@
}
///
- /// Gets or sets the z top of the grid.
+ /// Gets or sets the top boundary of the grid.
/// [m+NAP]
///
/// Thrown when is smaller
@@ -142,7 +142,7 @@
}
///
- /// Gets or sets the z bottom of the grid.
+ /// Gets or sets the bottom boundary of the grid.
/// [m+NAP]
///
/// Thrown when is larger