Index: Ringtoets/Common/src/Ringtoets.Common.IO/IConfirmDataChangeHandler.cs =================================================================== diff -u -r26da131fa5dbcf95f9a16de6f81eb4acc8d1be14 -r583456a0f5395189a54a8cedf4e4a7b40945d990 --- Ringtoets/Common/src/Ringtoets.Common.IO/IConfirmDataChangeHandler.cs (.../IConfirmDataChangeHandler.cs) (revision 26da131fa5dbcf95f9a16de6f81eb4acc8d1be14) +++ Ringtoets/Common/src/Ringtoets.Common.IO/IConfirmDataChangeHandler.cs (.../IConfirmDataChangeHandler.cs) (revision 583456a0f5395189a54a8cedf4e4a7b40945d990) @@ -30,13 +30,13 @@ /// Verifies whether the change to the data has side-effects; /// and therefore a confirmation is required. /// - /// True if confirmation is required, False otherwise. + /// true if confirmation is required, false otherwise. bool RequireConfirmation(); /// /// Inquires for a confirmation on whether changing the data should be continued. /// - /// True if confirmation is given; False otherwise. + /// true if confirmation is given; false otherwise. /// Should only be called when returns true. /// bool InquireConfirmation();