Skip to content

Commit

Permalink
Remove convention remark (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmeow authored Jul 21, 2022
1 parent d21acc9 commit be2f8ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/design/lexical_conventions/numeric_literals.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ The following syntaxes are supported:
- `123.456` (digits on both sides of the `.`)
- `123.456e789` (optional `+` or `-` after the `e`)
- `0x1.2p123` (optional `+` or `-` after the `p`)
- Digit separators (`_`) may be used, but only in conventional locations
- Digit separators (`_`) may be used, with
[some restrictions](#digit-separators)

Note that real-number literals always contain a `.` with digits on both sides,
and integer literals never contain a `.`.
Expand Down

0 comments on commit be2f8ed

Please sign in to comment.