Index: Ringtoets/Common/src/Ringtoets.Common.Data/Contribution/FailureMechanismContribution.cs
===================================================================
diff -u -r8efe7a79774f6a946a58c45f052c975d43304fb3 -r14de3deecd2cff7f6abe41ed6dc5dc016c4c81e0
--- Ringtoets/Common/src/Ringtoets.Common.Data/Contribution/FailureMechanismContribution.cs (.../FailureMechanismContribution.cs) (revision 8efe7a79774f6a946a58c45f052c975d43304fb3)
+++ Ringtoets/Common/src/Ringtoets.Common.Data/Contribution/FailureMechanismContribution.cs (.../FailureMechanismContribution.cs) (revision 14de3deecd2cff7f6abe41ed6dc5dc016c4c81e0)
@@ -47,8 +47,8 @@
/// The norm defined on a assessment section.
/// Thrown when:
///
- /// - any of the has a value for not in interval [0,100].
- /// - the value of is not in interval [0,100]
+ /// - any of the has a value for not in interval [0, 100].
+ /// - the value of is not in interval [0, 100]
///
///
/// Thrown when is null.
@@ -99,8 +99,8 @@
/// Thrown when:
///
/// - any of the has a value for
- /// not in interval [0,100].
- /// - the value of is not in interval [0,100]
+ /// not in interval [0, 100].
+ /// - the value of is not in interval [0, 100]
///
///
public void UpdateContributions(IEnumerable newFailureMechanisms, double otherContribution)
@@ -131,7 +131,7 @@
/// list supported within Ringtoets.
///
/// The contribution to set for other failure mechanisms.
- /// Thrown when is not in interval [0,100]
+ /// Thrown when is not in interval [0, 100]
private void AddOtherContributionItem(double otherContribution)
{
var otherFailureMechanism = new OtherFailureMechanism