diff --git a/Source/FloatHelper.cs b/Source/FloatHelper.cs index a51aeb0..0f47042 100644 --- a/Source/FloatHelper.cs +++ b/Source/FloatHelper.cs @@ -109,7 +109,7 @@ namespace Nuclex.Support { /// being equal. /// /// - /// Implementation partially follows the code outlined here: + /// Implementation partially follows the code outlined here (link now defunct): /// http://www.anttirt.net/2007/08/19/proper-floating-point-comparisons/ /// ///