diff --git a/AOC.Common/Extensions.cs b/AOC.Common/Extensions.cs index 5ab9f2d..a706cb3 100644 --- a/AOC.Common/Extensions.cs +++ b/AOC.Common/Extensions.cs @@ -13,12 +13,7 @@ public static class Extensions } /// - /// increased accuracy for stopwatch based on frequency. - /// - /// blog - /// details here - /// + /// Increased accuracy for stopwatch based on frequency. /// /// ///