diff --git a/xml/System.Numerics/INumber`1.xml b/xml/System.Numerics/INumber`1.xml index db2dd6ff0be..9a1161159f8 100644 --- a/xml/System.Numerics/INumber`1.xml +++ b/xml/System.Numerics/INumber`1.xml @@ -438,7 +438,7 @@ For this method matches the IEEE 754:2 The value whose sign is to be computed. Computes the sign of a value. - A positive value if is positive, if is zero, and a negative value if is negative. + A positive value if is positive, 0 if is zero, and a negative value if is negative.