We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97ef5a commit 0ee2fb6Copy full SHA for 0ee2fb6
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