Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IHydraulicLocationOutputEntity.cs =================================================================== diff -u -r17dd865ebeac34b0d00e80d5a4afcea40c2dc83a -r436f6d5ac9f4b8cb261be071d2e53140f422aa00 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IHydraulicLocationOutputEntity.cs (.../IHydraulicLocationOutputEntity.cs) (revision 17dd865ebeac34b0d00e80d5a4afcea40c2dc83a) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IHydraulicLocationOutputEntity.cs (.../IHydraulicLocationOutputEntity.cs) (revision 436f6d5ac9f4b8cb261be071d2e53140f422aa00) @@ -37,7 +37,7 @@ double? TargetProbability { get; set; } /// - /// Gets or set the required (maximum allowed) reliability of the failure mechanism. + /// Gets or sets the required (maximum allowed) reliability of the failure mechanism. /// double? TargetReliability { get; set; }