Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Parsers/IHydraRingFileParser.cs
===================================================================
diff -u -r2c02ce70cceb9e22c740df034c94782e44eded33 -ra2f070e495d1ac6307fe0267d58aade65f35a5d8
--- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Parsers/IHydraRingFileParser.cs (.../IHydraRingFileParser.cs) (revision 2c02ce70cceb9e22c740df034c94782e44eded33)
+++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Parsers/IHydraRingFileParser.cs (.../IHydraRingFileParser.cs) (revision a2f070e495d1ac6307fe0267d58aade65f35a5d8)
@@ -8,7 +8,7 @@
///
/// Tries to parse output from a file in the based on a .
///
- /// The path to the file which contains the output of the Hydra-Ring type I calculation.
+ /// The path to the directory which contains the output of the Hydra-Ring type I calculation.
/// The section id to get the output for.
void Parse(string workingDirectory, int sectionId);
}