Skip to content

Commit

Permalink
Correct typo in p0144 Numeric literal semantics (#4478)
Browse files Browse the repository at this point in the history
This was already corrected in the design at

https://github.com/carbon-language/carbon-lang/blob/trunk/docs/design/expressions/literals.md#implicit-conversions

The text means to say "rejected" but says "represented".
  • Loading branch information
danakj authored Nov 4, 2024
1 parent bd2fa3a commit fcd6114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/p0144.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fcd6114

Please sign in to comment.