Index: Ringtoets/Common/src/Ringtoets.Common.Data/Calculation/ICalculationScenario.cs =================================================================== diff -u -rb1c2f3f896147de67d46fde3bce9098d94054037 -r209bfd7b71ef53a57e1a52337f1333d38122282f --- Ringtoets/Common/src/Ringtoets.Common.Data/Calculation/ICalculationScenario.cs (.../ICalculationScenario.cs) (revision b1c2f3f896147de67d46fde3bce9098d94054037) +++ Ringtoets/Common/src/Ringtoets.Common.Data/Calculation/ICalculationScenario.cs (.../ICalculationScenario.cs) (revision 209bfd7b71ef53a57e1a52337f1333d38122282f) @@ -43,12 +43,12 @@ /// Gets the probability of the scenario. /// /// Implementers should throw - /// when the getter is called while the does not return Done. + /// when the getter is called while the does not return Done. RoundedDouble Probability { get; } /// /// Gets the status of the scenario. /// - CalculationScenarioStatus CalculationScenarioStatus { get; } + CalculationScenarioStatus Status { get; } } } \ No newline at end of file