Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsOutput.cs =================================================================== diff -u -r1bb88ae89a19c2213d616243bca2a3a6326c5612 -r0e9146a3375e69a172409554b934db2cc14b3f84 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsOutput.cs (.../MacroStabilityInwardsOutput.cs) (revision 1bb88ae89a19c2213d616243bca2a3a6326c5612) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsOutput.cs (.../MacroStabilityInwardsOutput.cs) (revision 0e9146a3375e69a172409554b934db2cc14b3f84) @@ -50,7 +50,7 @@ #region properties /// - /// Gets the factory of stability of the upliftVan calculation. + /// Gets the factor of stability of the upliftVan calculation. /// public double FactorOfStability { get; } @@ -70,7 +70,7 @@ } /// - /// Gets or sets the factory of stability of the upliftVan calculation. + /// Gets or sets the factor of stability of the upliftVan calculation. /// public double FactorOfStability { internal get; set; } }