Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/SoilProfile/SoilLayer2DReader.cs =================================================================== diff -u -r650fc7b43cb6729baee51d079f0377df8d7a3de9 -rd47809e3a8fadff2be5b10056b79b16dc27eeca2 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/SoilProfile/SoilLayer2DReader.cs (.../SoilLayer2DReader.cs) (revision 650fc7b43cb6729baee51d079f0377df8d7a3de9) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.IO/SoilProfile/SoilLayer2DReader.cs (.../SoilLayer2DReader.cs) (revision d47809e3a8fadff2be5b10056b79b16dc27eeca2) @@ -38,7 +38,7 @@ { /// /// This class is responsible for reading an array of bytes and interpret this as an XML document, which contains information about - /// the geometry of a . + /// the geometry of a . /// internal class SoilLayer2DReader { @@ -64,10 +64,10 @@ /// /// Reads a new using the as the source of the - /// geometry for a . + /// geometry for a . /// /// An of which contains the information - /// of a in an XML document. + /// of a in an XML document. /// A new with information taken from the XML document. /// Thrown when is null. /// Thrown when: @@ -95,9 +95,9 @@ /// /// Reads a new using the as the source of the - /// geometry for a . + /// geometry for a . /// - /// An which contains the information of a + /// An which contains the information of a /// in an XML document. /// A new with information taken from the XML document. /// Thrown when is null.