Index: Ringtoets/Common/src/Ringtoets.Common.Data/ReferenceLine.cs
===================================================================
diff -u -r249fd5e4604012895724a9d7df67201332c9e7dc -ra3c8c0cb4384de51a18d77cc7bea487f97ba21e1
--- Ringtoets/Common/src/Ringtoets.Common.Data/ReferenceLine.cs (.../ReferenceLine.cs) (revision 249fd5e4604012895724a9d7df67201332c9e7dc)
+++ Ringtoets/Common/src/Ringtoets.Common.Data/ReferenceLine.cs (.../ReferenceLine.cs) (revision a3c8c0cb4384de51a18d77cc7bea487f97ba21e1)
@@ -30,7 +30,7 @@
namespace Ringtoets.Common.Data
{
///
- /// Class representing the reference line used a basis for assessment.
+ /// Class representing the reference line used as a basis for assessment.
///
public class ReferenceLine
{
@@ -51,7 +51,7 @@
/// Sets the geometry of the reference line.
///
/// The sequence of points defining the reference line geometry.
- /// Thrown when any of the has no value (== null).
+ /// Thrown when any element of is null.
public void SetGeometry(IEnumerable newPoints)
{
if (newPoints == null)