1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 22:55:42 +00:00

Fix xmldoc for decimal.Sqrt

This commit is contained in:
Oliver Booth 2023-02-27 17:19:12 +00:00
parent db2def1eab
commit 3ef6cf2cde
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025

View File

@ -1,4 +1,4 @@
using System.Diagnostics.Contracts;
using System.Diagnostics.Contracts;
using System.Numerics;
using System.Runtime.CompilerServices;
@ -133,7 +133,7 @@ public static class DecimalExtensions
}
/// <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>