Index: Ringtoets/Common/src/Ringtoets.Common.Data/Contribution/FailureMechanismContribution.cs
===================================================================
diff -u -r0b6cce0bd86288273634f7ead3817885a7c20fd0 -r7e18d72b65e2041b1493dca3bd0b722d1fa5a664
--- Ringtoets/Common/src/Ringtoets.Common.Data/Contribution/FailureMechanismContribution.cs (.../FailureMechanismContribution.cs) (revision 0b6cce0bd86288273634f7ead3817885a7c20fd0)
+++ Ringtoets/Common/src/Ringtoets.Common.Data/Contribution/FailureMechanismContribution.cs (.../FailureMechanismContribution.cs) (revision 7e18d72b65e2041b1493dca3bd0b722d1fa5a664)
@@ -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 the interval [0, 100].
+ /// - the value of is not in the interval [0, 100]
///
///
/// Thrown when is null.
@@ -100,8 +100,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 the interval [0, 100].
+ /// - the value of is not in the interval [0, 100]
///
///
public void UpdateContributions(IEnumerable newFailureMechanisms, double otherContribution)
@@ -132,7 +132,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 the interval [0, 100]
private void AddOtherContributionItem(double otherContribution)
{
var otherFailureMechanism = new OtherFailureMechanism