diff --git a/xml/System/Single.xml b/xml/System/Single.xml index 2be311af216..f989efc0084 100644 --- a/xml/System/Single.xml +++ b/xml/System/Single.xml @@ -2958,7 +2958,7 @@ This method correctly handles floating-point values and so `2.0` and `3.0` will A single-precision floating-point number. - Determines whether the specified value is normal. + Determines whether the specified value is not NaN, not infinite, not subnormal, and not zero. if is normal; otherwise. This effectively checks the value is not NaN, not infinite, not subnormal, and not zero.