Skip to content

Commit 429d995

Browse files
authored
Fix see elements of BitOperations.RoundUpToPowerOf2 (#7983)
1 parent 93387de commit 429d995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Numerics/BitOperations.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ This method is similar in behavior to the x86 instruction ROR.
965965
</Parameters>
966966
<Docs>
967967
<param name="value">The value to round up to a power of two.</param>
968-
<summary>Rounds the specified <see langword="T:System.UInt32" /> value up to a power of two.</summary>
968+
<summary>Rounds the specified <see cref="T:System.UInt32" /> value up to a power of two.</summary>
969969
<returns>The smallest power of two that's greater than or equal to <paramref name="value" />.
970970
If <paramref name="value" /> is 0 or the result overflows, returns 0.</returns>
971971
<remarks>To be added.</remarks>
@@ -1001,7 +1001,7 @@ This method is similar in behavior to the x86 instruction ROR.
10011001
</Parameters>
10021002
<Docs>
10031003
<param name="value">The value to round up to a power of two.</param>
1004-
<summary>Rounds the specified <see langword="T:System.UInt64" /> value up to a power of two.</summary>
1004+
<summary>Rounds the specified <see cref="T:System.UInt64" /> value up to a power of two.</summary>
10051005
<returns>The smallest power of two that's greater than or equal to <paramref name="value" />.
10061006

10071007
If <paramref name="value" /> is 0 or the result overflows, returns 0.</returns>

0 commit comments

Comments
 (0)