Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanismSectionResult.cs
===================================================================
diff -u -r81fd8acef376c0e4bcceab16676c1313e4293e83 -r6b5b4d5c4433294d5fc53dab82afdcbcefd91d41
--- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanismSectionResult.cs (.../GrassCoverErosionOutwardsFailureMechanismSectionResult.cs) (revision 81fd8acef376c0e4bcceab16676c1313e4293e83)
+++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanismSectionResult.cs (.../GrassCoverErosionOutwardsFailureMechanismSectionResult.cs) (revision 6b5b4d5c4433294d5fc53dab82afdcbcefd91d41)
@@ -54,31 +54,31 @@
///
/// Gets or sets the value of the detailed assessment of safety per failure mechanism section
- /// for the factorized signaling norm (Cat Iv - IIv).
+ /// for the factorized signaling norm (Category boundary Iv).
///
public DetailedAssessmentResultType DetailedAssessmentResultForFactorizedSignalingNorm { get; set; }
///
/// Gets or sets the value of the detailed assessment of safety per failure mechanism section
- /// for the signaling norm (Cat IIv - IIIv).
+ /// for the signaling norm (Category boundary IIv).
///
public DetailedAssessmentResultType DetailedAssessmentResultForSignalingNorm { get; set; }
///
/// Gets or sets the value of the detailed assessment of safety per failure mechanism section
- /// for the failure mechanism specific lower limit norm (Cat IIIv - IVv).
+ /// for the failure mechanism specific lower limit norm (Category boundary IIIv).
///
public DetailedAssessmentResultType DetailedAssessmentResultForMechanismSpecificLowerLimitNorm { get; set; }
///
/// Gets or sets the value of the detailed assessment of safety per failure mechanism section
- /// for the lower limit norm (Cat IVv - Vv).
+ /// for the lower limit norm (Category boundary IVv).
///
public DetailedAssessmentResultType DetailedAssessmentResultForLowerLimitNorm { get; set; }
///
/// Gets or sets the value of the detailed assessment of safety per failure mechanism section
- /// for the factorized lower limit norm (Cat Vv - VIv).
+ /// for the factorized lower limit norm (Category boundary Vv).
///
public DetailedAssessmentResultType DetailedAssessmentResultForFactorizedLowerLimitNorm { get; set; }