Index: Ringtoets/Common/src/Ringtoets.Common.IO/Exporters/CalculationConfigurationExporter.cs =================================================================== diff -u -r92df0a0ac0a4e0ccd5d7505d748f55167c2aac81 -r19c6f79760da1309b849ed421990431f969c4f78 --- Ringtoets/Common/src/Ringtoets.Common.IO/Exporters/CalculationConfigurationExporter.cs (.../CalculationConfigurationExporter.cs) (revision 92df0a0ac0a4e0ccd5d7505d748f55167c2aac81) +++ Ringtoets/Common/src/Ringtoets.Common.IO/Exporters/CalculationConfigurationExporter.cs (.../CalculationConfigurationExporter.cs) (revision 19c6f79760da1309b849ed421990431f969c4f78) @@ -32,7 +32,7 @@ namespace Ringtoets.Common.IO.Exporters { /// - /// Base class for exporting a configuration and storing it as an XML file. + /// Base class for exporting a calculation configuration and storing it as an XML file. /// public abstract class CalculationConfigurationExporter : IFileExporter where TCalculation : class, ICalculation @@ -45,7 +45,7 @@ /// /// Creates a new instance of . /// - /// The configuration to export. + /// The calculation configuration to export. /// The path of the XML file to export to. /// Thrown when is null. /// Thrown when is invalid.