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 75dea8c commit df3d949Copy full SHA for df3d949
source/lex.tex
@@ -1679,7 +1679,7 @@
1679
\topline
1680
\lhdr{\grammarterm{floating-point-suffix}} & \rhdr{type} \\ \capsep
1681
none & \keyword{double} \\
1682
-\tcode{f} or \tcode{F} & \keyword {float} \\
+\tcode{f} or \tcode{F} & \keyword{float} \\
1683
\tcode{l} or \tcode{L} & \keyword{long} \keyword{double} \\
1684
\tcode{f16} or \tcode{F16} & \tcode{std::float16_t} \\
1685
\tcode{f32} or \tcode{F32} & \tcode{std::float32_t} \\
0 commit comments