From 0f4c641a9ddb5ceea143798db8dcebb2aeff1ed5 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Sat, 19 Oct 2024 09:46:07 +0200 Subject: [PATCH] [lex.pptoken] Fix indefinitive article for consistency There exist 16 "a #include" in the draft, but only this one "an #include". --- source/lex.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lex.tex b/source/lex.tex index adbbd8dac4..fbd5db979f 100644 --- a/source/lex.tex +++ b/source/lex.tex @@ -577,7 +577,7 @@ except that a \grammarterm{header-name}\iref{lex.header} is only formed \begin{itemize} \item -after the \tcode{include} or \tcode{import} preprocessing token in an +after the \tcode{include} or \tcode{import} preprocessing token in a \tcode{\#include}\iref{cpp.include} or \tcode{import}\iref{cpp.import} directive, or