Skip to content

Commit

Permalink
Fix xmldoc for decimal.Sqrt
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Feb 27, 2023
1 parent db2def1 commit 3ef6cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions X10D/src/Math/DecimalExtensions.cs
@@ -1,4 +1,4 @@
using System.Diagnostics.Contracts;
using System.Diagnostics.Contracts;
using System.Numerics;
using System.Runtime.CompilerServices;

Expand Down Expand Up @@ -133,7 +133,7 @@ public static int Sign(this decimal value)
}

/// <summary>
/// Returns the square root of this double-precision floating-point number.
/// Returns the square root of this decimal number.
/// </summary>
/// <param name="value">The number whose square root is to be found.</param>
/// <returns>
Expand Down

0 comments on commit 3ef6cf2

Please sign in to comment.