We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9329dc4 + 19ae8c5 commit 5be836cCopy full SHA for 5be836c
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