Index: Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Service/DuneErosionBoundaryCalculationService.cs
===================================================================
diff -u -rf8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e -re2892835ceb1c916be9a9122ba372858f20b981a
--- Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Service/DuneErosionBoundaryCalculationService.cs (.../DuneErosionBoundaryCalculationService.cs) (revision f8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e)
+++ Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Service/DuneErosionBoundaryCalculationService.cs (.../DuneErosionBoundaryCalculationService.cs) (revision e2892835ceb1c916be9a9122ba372858f20b981a)
@@ -53,7 +53,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;