Index: Ringtoets/Common/src/Ringtoets.Common.Service/DesignWaterLevelCalculationService.cs
===================================================================
diff -u -rf8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e -re2892835ceb1c916be9a9122ba372858f20b981a
--- Ringtoets/Common/src/Ringtoets.Common.Service/DesignWaterLevelCalculationService.cs (.../DesignWaterLevelCalculationService.cs) (revision f8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e)
+++ Ringtoets/Common/src/Ringtoets.Common.Service/DesignWaterLevelCalculationService.cs (.../DesignWaterLevelCalculationService.cs) (revision e2892835ceb1c916be9a9122ba372858f20b981a)
@@ -54,7 +54,7 @@
///
/// The file path of the hydraulic boundary database file which to validate.
/// The preprocessor directory to validate.
- /// True if there were no validation errors; False otherwise.
+ /// true if there were no validation errors; false otherwise.
public static bool Validate(string hydraulicBoundaryDatabaseFilePath, string preprocessorDirectory)
{
var isValid = true;