Skip to content

Commit d5174d5

Browse files
authored
[basic.link] Add commas between coordinate subclauses (#7342)
1 parent 9dc7b3f commit d5174d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2714,8 +2714,8 @@
27142714
\pnum
27152715
An unnamed namespace or a namespace declared directly or indirectly within an
27162716
unnamed namespace has internal linkage. All other namespaces have external linkage.
2717-
The name of an entity that belongs to a namespace scope
2718-
that has not been given internal linkage above
2717+
The name of an entity that belongs to a namespace scope,
2718+
that has not been given internal linkage above,
27192719
and that is the name of
27202720
\begin{itemize}
27212721
\item a variable; or

0 commit comments

Comments
 (0)