Skip to content

Commit a9c934e

Browse files
dakersnargewarren
andauthored
Apply suggestions from code review
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 625c99f commit a9c934e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

xml/System.Numerics/IFloatingPointIeee754`1.xml

Lines changed: 1 addition & 1 deletion
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 given value.</summary>
146+
<summary>Decrements a value to 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>

xml/System/Math.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@
13031303
</Parameters>
13041304
<Docs>
13051305
<param name="x">The value to decrement.</param>
1306-
<summary>Returns the largest value that compares less than <paramref name="x" />.</summary>
1306+
<summary>Returns the largest value that compares less than a specified value.</summary>
13071307
<returns>The largest value that compares less than <paramref name="x" />.
13081308

13091309
-or-
@@ -1349,7 +1349,7 @@
13491349
</Parameters>
13501350
<Docs>
13511351
<param name="x">The value to increment.</param>
1352-
<summary>Returns the smallest value that compares greater than <paramref name="x" />.</summary>
1352+
<summary>Returns the smallest value that compares greater than a specified value.</summary>
13531353
<returns>The smallest value that compares greater than <paramref name="x" />.
13541354

13551355
-or-

xml/System/MathF.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ The static fields and methods of the `MathF` class correspond to those of the <x
491491
</Parameters>
492492
<Docs>
493493
<param name="x">The value to decrement.</param>
494-
<summary>Returns the largest value that compares less than <paramref name="x" />.</summary>
494+
<summary>Returns the largest value that compares less than a specified value.</summary>
495495
<returns>The largest value that compares less than <paramref name="x" />.
496496

497497
-or-
@@ -534,7 +534,7 @@ The static fields and methods of the `MathF` class correspond to those of the <x
534534
</Parameters>
535535
<Docs>
536536
<param name="x">The value to increment.</param>
537-
<summary>Returns the smallest value that compares greater than <paramref name="x" />.</summary>
537+
<summary>Returns the smallest value that compares greater than a specified value.</summary>
538538
<returns>The smallest value that compares greater than <paramref name="x" />.
539539

540540
-or-

0 commit comments

Comments
 (0)