Index: Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/LayerProperties.cs
===================================================================
diff -u -r2ff863d4f541aa91cc29852317a4ff50b0fb71ed -r933fdbe926cc6b1e5e48c431aa9aee035b5ff3d9
--- Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/LayerProperties.cs (.../LayerProperties.cs) (revision 2ff863d4f541aa91cc29852317a4ff50b0fb71ed)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/LayerProperties.cs (.../LayerProperties.cs) (revision 933fdbe926cc6b1e5e48c431aa9aee035b5ff3d9)
@@ -34,7 +34,7 @@
internal class LayerProperties
{
///
- /// Creates a new instance of , that contains properties
+ /// Creates a new instance of which contains properties
/// that are required to create a complete soil layer.
///
/// The to obtain the required
Index: Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/SegmentPointReader.cs
===================================================================
diff -u -r28064349855037e892288c81383f1413f4e84f4c -r933fdbe926cc6b1e5e48c431aa9aee035b5ff3d9
--- Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/SegmentPointReader.cs (.../SegmentPointReader.cs) (revision 28064349855037e892288c81383f1413f4e84f4c)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/SegmentPointReader.cs (.../SegmentPointReader.cs) (revision 933fdbe926cc6b1e5e48c431aa9aee035b5ff3d9)
@@ -42,13 +42,13 @@
private long currentStochasticSoilModelId = -1;
///
- /// Creates a new instance of ,
- /// that will use the as its source.
+ /// Creates a new instance of which will use the
+ /// as its source.
///
/// The path of the database file to open.
/// Thrown when:
///
- /// - The contains invalid characters.
+ /// - The contains invalid characters;
/// - No file could be found at .
///
///
Index: Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/SoilDatabaseConstraintsReader.cs
===================================================================
diff -u -r28064349855037e892288c81383f1413f4e84f4c -r933fdbe926cc6b1e5e48c431aa9aee035b5ff3d9
--- Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/SoilDatabaseConstraintsReader.cs (.../SoilDatabaseConstraintsReader.cs) (revision 28064349855037e892288c81383f1413f4e84f4c)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/SoilDatabaseConstraintsReader.cs (.../SoilDatabaseConstraintsReader.cs) (revision 933fdbe926cc6b1e5e48c431aa9aee035b5ff3d9)
@@ -36,8 +36,8 @@
public class SoilDatabaseConstraintsReader : SqLiteDatabaseReaderBase
{
///
- /// Creates a new instance of ,
- /// that will use the as its source.
+ /// Creates a new instance of which will
+ /// use the as its source.
///
/// The path of the database file to open.
/// Thrown when:
Index: Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/SoilProfile2DReader.cs
===================================================================
diff -u -r28064349855037e892288c81383f1413f4e84f4c -r933fdbe926cc6b1e5e48c431aa9aee035b5ff3d9
--- Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/SoilProfile2DReader.cs (.../SoilProfile2DReader.cs) (revision 28064349855037e892288c81383f1413f4e84f4c)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/SoilProfile/SoilProfile2DReader.cs (.../SoilProfile2DReader.cs) (revision 933fdbe926cc6b1e5e48c431aa9aee035b5ff3d9)
@@ -40,13 +40,13 @@
private IDataReader dataReader;
///
- /// Creates a new instance of , which will use the
+ /// Creates a new instance of which will use the
/// as its source.
///
/// The path of the database file to open.
/// Thrown when:
///
- /// - The contains invalid characters.
+ /// - The contains invalid characters;
/// - No file could be found at .
///
///