diff --git a/xml/System.Numerics/INumberBase`1.xml b/xml/System.Numerics/INumberBase`1.xml index 9c306eb5cac..b9a76f459c4 100644 --- a/xml/System.Numerics/INumberBase`1.xml +++ b/xml/System.Numerics/INumberBase`1.xml @@ -852,7 +852,7 @@ This function treats both positive and negative zero as zero and so will return The value to compare with . Compares two values to compute which has the greater magnitude. - if it is greater than ; otherwise, . + if it has a greater magnitude than ; otherwise, . this method matches the IEE The value to compare with . Compares two values to compute which has the greater magnitude and returning the other value if an input is NaN. - if it is greater than ; otherwise, . + if it has a greater magnitude than ; otherwise, . this method matches the IEE The value to compare with . Compares two values to compute which has the lesser magnitude. - if it is less than ; otherwise, . + if it has a lesser magnitude than ; otherwise, . this method matches the IEE The value to compare with . Compares two values to compute which has the lesser magnitude and returning the other value if an input is NaN. - if it is less than ; otherwise, . + if it has a lesser magnitude than ; otherwise, .