From 4d21f61c1305a5d21bf2a7df0588f2224ef2553f Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Fri, 30 Jan 2026 10:46:23 +0100 Subject: [PATCH] [cpp.replace.general] Fix singular/plural mismatch --- source/preprocessor.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/preprocessor.tex b/source/preprocessor.tex index b9809ae664..f1ff8d2e8c 100644 --- a/source/preprocessor.tex +++ b/source/preprocessor.tex @@ -1606,7 +1606,7 @@ The replaced sequence of preprocessing tokens is terminated by the matching \tcode{)} preprocessing token, skipping intervening matched pairs of left and -right parenthesis preprocessing tokens. +right parentheses preprocessing tokens. Within the sequence of preprocessing tokens making up an invocation of a function-like macro, new-line is considered a normal whitespace character.