Skip to content

Commit 3e825f1

Browse files
committed
[basic.scope.scope] Fix indentation in example
Fixes NB US 034 (C++23 CD).
1 parent 0783dde commit 3e825f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@
939939
\begin{example}
940940
\begin{codeblock}
941941
struct A {
942-
friend void f(); // \#1
942+
friend void f(); // \#1
943943
};
944944
struct B {
945945
friend void f() {} // corresponds to, and defines, \#1

0 commit comments

Comments
 (0)