Skip to content

Commit

Permalink
Merge pull request #1464 from ehuss/fix-backslash
Browse files Browse the repository at this point in the history
Fix markdown backslash for FLOAT_LITERAL
  • Loading branch information
ehuss authored Feb 7, 2024
2 parents 9329dc4 + 19ae8c5 commit 5be836c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ let horse = example.0b10; // ERROR no field named `0b10`
>       DEC_LITERAL `.`
> _(not immediately followed by `.`, `_` or an XID_Start character)_\
> &nbsp;&nbsp; | DEC_LITERAL `.` DEC_LITERAL SUFFIX_NO_E<sup>?</sup>\
> &nbsp;&nbsp; | DEC_LITERAL (`.` DEC_LITERAL)<sup>?</sup> FLOAT_EXPONENT SUFFIX<sup>?</sup>\
> &nbsp;&nbsp; | DEC_LITERAL (`.` DEC_LITERAL)<sup>?</sup> FLOAT_EXPONENT SUFFIX<sup>?</sup>
>
> FLOAT_EXPONENT :\
> &nbsp;&nbsp; (`e`|`E`) (`+`|`-`)<sup>?</sup>
Expand Down

0 comments on commit 5be836c

Please sign in to comment.