From e8e58918c930f8b074f72d8d0c9cd3f8cb1cb31b Mon Sep 17 00:00:00 2001 From: lprv <100177227+lprv@users.noreply.github.com> Date: Sun, 14 Dec 2025 17:07:21 +0000 Subject: [PATCH] [basic.stc.dynamic.general] Use "the" before "global scope" --- source/basic.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index a813f68d9c..0936ca24f6 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -4421,7 +4421,7 @@ deallocation functions. Some global allocation and deallocation functions are replaceable\iref{term.replaceable.function}. The following allocation and deallocation functions\iref{support.dynamic} -are implicitly declared in global scope in each translation unit of a +are implicitly declared in the global scope in each translation unit of a program. \begin{codeblock}