Fix markdown backslash for FLOAT_LITERAL

This commit is contained in:
Eric Huss 2024-02-05 12:16:10 -08:00
parent 9329dc4ae6
commit 19ae8c51d2
1 changed files with 1 additions and 1 deletions

View File

@ -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>