Index: Ringtoets/Common/src/Ringtoets.Common.IO/Readers/CalculationConfigurationReader.cs =================================================================== diff -u -r92df0a0ac0a4e0ccd5d7505d748f55167c2aac81 -r19c6f79760da1309b849ed421990431f969c4f78 --- Ringtoets/Common/src/Ringtoets.Common.IO/Readers/CalculationConfigurationReader.cs (.../CalculationConfigurationReader.cs) (revision 92df0a0ac0a4e0ccd5d7505d748f55167c2aac81) +++ Ringtoets/Common/src/Ringtoets.Common.IO/Readers/CalculationConfigurationReader.cs (.../CalculationConfigurationReader.cs) (revision 19c6f79760da1309b849ed421990431f969c4f78) @@ -36,7 +36,7 @@ namespace Ringtoets.Common.IO.Readers { /// - /// Base class for reading a configuration from XML and creating a collection of corresponding + /// Base class for reading a calculation configuration from XML and creating a collection of corresponding /// , typically containing one or more . /// /// The type of calculation items read from XML. @@ -93,7 +93,7 @@ } /// - /// Reads the configuration from the XML and creates a collection of corresponding . + /// Reads the calculation configuration from the XML and creates a collection of corresponding . /// /// A collection of read . public IEnumerable Read()