Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/IO/HydraRingSettingsCsvReader.cs
===================================================================
diff -u -rc7843d3b8c846c4aab66ba32e67f883b6555932b -r9cb407703438fcb02cc78b839496d7b05d843875
--- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/IO/HydraRingSettingsCsvReader.cs (.../HydraRingSettingsCsvReader.cs) (revision c7843d3b8c846c4aab66ba32e67f883b6555932b)
+++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/IO/HydraRingSettingsCsvReader.cs (.../HydraRingSettingsCsvReader.cs) (revision 9cb407703438fcb02cc78b839496d7b05d843875)
@@ -1,6 +1,6 @@
// Copyright (C) Stichting Deltares 2016. All rights reserved.
//
-// This fileContents is part of Ringtoets.
+// This file is part of Ringtoets.
//
// Ringtoets is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -40,7 +40,7 @@
///
/// Creates a new instance of .
///
- /// The fileContents to read.
+ /// The file contents to read.
/// The provided settings object to add the read settings to.
/// Thrown when or is null.
protected HydraRingSettingsCsvReader(string fileContents, TOutput settings)
@@ -60,7 +60,7 @@
}
///
- /// Reads the settings from the fileContents.
+ /// Reads the settings from the file contents.
///
/// A with the settings.
public TOutput ReadSettings()