Skip to content

Commit 06aa69d

Browse files
authored
Fix minor documentation error for IFloatingPoint<TSelf>.Round(TSelf, int, MidpointRounding) (dotnet#9122)
1 parent 1603209 commit 06aa69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Numerics/IFloatingPoint`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
<param name="x">The value to round.</param>
352352
<param name="digits">The number of fractional digits to which <paramref name="x" /> should be rounded.</param>
353353
<param name="mode">The mode under which <paramref name="x" /> should be rounded.</param>
354-
<summary>Rounds a value to a specified number of fractional-digits using the default rounding mode (<see cref="F:System.MidpointRounding.ToEven" />).</summary>
354+
<summary>Rounds a value to a specified number of fractional digits using the specified rounding mode.</summary>
355355
<returns>The result of rounding <paramref name="x" /> to <paramref name="digits" /> fractional-digits using <paramref name="mode" />.</returns>
356356
<remarks>To be added.</remarks>
357357
</Docs>

0 commit comments

Comments
 (0)