Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/SoilProfile/MacroStabilityInwardsSoilProfile2DLayersHelper.cs
===================================================================
diff -u -r96764c996a0c059b15ccfd968ba165a0ede1b1e3 -r0950c1a469810e87b914ad0bc0cebbca32850a4e
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/SoilProfile/MacroStabilityInwardsSoilProfile2DLayersHelper.cs (.../MacroStabilityInwardsSoilProfile2DLayersHelper.cs) (revision 96764c996a0c059b15ccfd968ba165a0ede1b1e3)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/SoilProfile/MacroStabilityInwardsSoilProfile2DLayersHelper.cs (.../MacroStabilityInwardsSoilProfile2DLayersHelper.cs) (revision 0950c1a469810e87b914ad0bc0cebbca32850a4e)
@@ -32,11 +32,11 @@
public static class MacroStabilityInwardsSoilProfile2DLayersHelper
{
///
- /// Method for obtaining all in recursively.
+ /// Method for obtaining all in recursively.
///
/// The collection of layers to recursively get the layers from.
/// An enumerable with .
- /// Thrown when is null.
+ /// Thrown when is null.
public static IEnumerable GetLayersRecursively(IEnumerable layers)
{
if (layers == null)