Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Views/GrassCoverErosionInwardsChartDataFactory.cs
===================================================================
diff -u -rab8c9b7b8f4ab2a55a810a32c3e0841dcf517f5e -r399dd53d2efa4adb1a3010184e38515b65cef723
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Views/GrassCoverErosionInwardsChartDataFactory.cs (.../GrassCoverErosionInwardsChartDataFactory.cs) (revision ab8c9b7b8f4ab2a55a810a32c3e0841dcf517f5e)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Views/GrassCoverErosionInwardsChartDataFactory.cs (.../GrassCoverErosionInwardsChartDataFactory.cs) (revision 399dd53d2efa4adb1a3010184e38515b65cef723)
@@ -75,7 +75,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 UpdateDikeGeometryChartDataName(ChartLineData chartData, DikeProfile dikeProfile)
{
chartData.Name = dikeProfile != null
@@ -90,7 +90,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 dike profile in is null;