We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9329dc4 commit 19ae8c5Copy full SHA for 19ae8c5
src/tokens.md
@@ -538,7 +538,7 @@ let horse = example.0b10; // ERROR no field named `0b10`
538
> DEC_LITERAL `.`
539
> _(not immediately followed by `.`, `_` or an XID_Start character)_\
540
> | DEC_LITERAL `.` DEC_LITERAL SUFFIX_NO_E<sup>?</sup>\
541
-> | DEC_LITERAL (`.` DEC_LITERAL)<sup>?</sup> FLOAT_EXPONENT SUFFIX<sup>?</sup>\
+> | DEC_LITERAL (`.` DEC_LITERAL)<sup>?</sup> FLOAT_EXPONENT SUFFIX<sup>?</sup>
542
>
543
> FLOAT_EXPONENT :\
544
> (`e`|`E`) (`+`|`-`)<sup>?</sup>
0 commit comments