From df3d94904e8ace7c6d108c8f891c735971505dfc Mon Sep 17 00:00:00 2001 From: Ivan Lazaric Date: Sat, 15 Feb 2025 14:52:59 +0000 Subject: [PATCH] Remove unnecessary space between \keyword and argument --- source/lex.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lex.tex b/source/lex.tex index c0d772afd5..c721f26c9a 100644 --- a/source/lex.tex +++ b/source/lex.tex @@ -1679,7 +1679,7 @@ \topline \lhdr{\grammarterm{floating-point-suffix}} & \rhdr{type} \\ \capsep none & \keyword{double} \\ -\tcode{f} or \tcode{F} & \keyword {float} \\ +\tcode{f} or \tcode{F} & \keyword{float} \\ \tcode{l} or \tcode{L} & \keyword{long} \keyword{double} \\ \tcode{f16} or \tcode{F16} & \tcode{std::float16_t} \\ \tcode{f32} or \tcode{F32} & \tcode{std::float32_t} \\