Skip to content

Commit 19ae8c5

Browse files
committed
Fix markdown backslash for FLOAT_LITERAL
1 parent 9329dc4 commit 19ae8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tokens.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ let horse = example.0b10; // ERROR no field named `0b10`
538538
>       DEC_LITERAL `.`
539539
> _(not immediately followed by `.`, `_` or an XID_Start character)_\
540540
> &nbsp;&nbsp; | DEC_LITERAL `.` DEC_LITERAL SUFFIX_NO_E<sup>?</sup>\
541-
> &nbsp;&nbsp; | DEC_LITERAL (`.` DEC_LITERAL)<sup>?</sup> FLOAT_EXPONENT SUFFIX<sup>?</sup>\
541+
> &nbsp;&nbsp; | DEC_LITERAL (`.` DEC_LITERAL)<sup>?</sup> FLOAT_EXPONENT SUFFIX<sup>?</sup>
542542
>
543543
> FLOAT_EXPONENT :\
544544
> &nbsp;&nbsp; (`e`|`E`) (`+`|`-`)<sup>?</sup>

0 commit comments

Comments
 (0)