Skip to content

Commit b794e2b

Browse files
authored
Apply suggestions from code review
1 parent 4547218 commit b794e2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Numerics/IFloatingPointIeee754`1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
</Parameters>
144144
<Docs>
145145
<param name="x">The value to be bitwise decremented.</param>
146-
<summary>Decrements a value to the largest value that compares less than a specified value.</summary>
146+
<summary>Returns the largest value that compares less than a specified value.</summary>
147147
<returns>The largest value that compares less than <paramref name="x" />.</returns>
148148
<remarks>To be added.</remarks>
149149
</Docs>
@@ -168,7 +168,7 @@
168168
</Parameters>
169169
<Docs>
170170
<param name="x">The value to be bitwise incremented.</param>
171-
<summary>Increments a value to the smallest value that compares greater than a specified value.</summary>
171+
<summary>Returns the smallest value that compares greater than a specified value.</summary>
172172
<returns>The smallest value that compares greater than <paramref name="x" />.</returns>
173173
<remarks>To be added.</remarks>
174174
</Docs>

0 commit comments

Comments
 (0)