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 bdc70cd commit b1bfe94Copy full SHA for b1bfe94
source/lex.tex
@@ -1683,7 +1683,7 @@
1683
\topline
1684
\lhdr{\grammarterm{floating-point-suffix}} & \rhdr{type} \\ \capsep
1685
none & \keyword{double} \\
1686
-\tcode{f} or \tcode{F} & \keyword {float} \\
+\tcode{f} or \tcode{F} & \keyword{float} \\
1687
\tcode{l} or \tcode{L} & \keyword{long} \keyword{double} \\
1688
\tcode{f16} or \tcode{F16} & \tcode{std::float16_t} \\
1689
\tcode{f32} or \tcode{F32} & \tcode{std::float32_t} \\
0 commit comments