|
|
@@ -171,7 +171,7 @@ value. Conversions in which `x` lies exactly half-way between two values are
|
|
|
rejected, as
|
|
|
[previously decided](/docs/design/lexical_conventions/numeric_literals.md).
|
|
|
Conversions in which `x` is outside the range of finite values of the
|
|
|
-floating-point type are also represented, rather than saturating to the finite
|
|
|
+floating-point type are also rejected, rather than saturating to the finite
|
|
|
range or producing an infinity.
|
|
|
|
|
|
### Examples
|