Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingChartDataFactory.cs
===================================================================
diff -u -r78053965aab36c2c21e2706e73d84a9dc2cd5f3a -r399dd53d2efa4adb1a3010184e38515b65cef723
--- Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingChartDataFactory.cs (.../PipingChartDataFactory.cs) (revision 78053965aab36c2c21e2706e73d84a9dc2cd5f3a)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingChartDataFactory.cs (.../PipingChartDataFactory.cs) (revision 399dd53d2efa4adb1a3010184e38515b65cef723)
@@ -181,7 +181,7 @@
///
/// The to update the name for.
/// The used for obtaining the name.
- /// When is null a default name is set ().
+ /// A default name is set (the same as in ) when is null.
public static void UpdateSurfaceLineChartDataName(ChartLineData chartData, RingtoetsPipingSurfaceLine surfaceLine)
{
chartData.Name = surfaceLine != null
@@ -194,7 +194,7 @@
///
/// The to update the name for.
/// The used for obtaining the name.
- /// A default name is set () when:
+ /// A default name is set (the same as in ) when:
///
/// - is null;
/// - the in is null.