Skip to content

Commit 744bec5

Browse files
authored
[diff.class] Move text into note
1 parent 8d0144f commit 744bec5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/compatibility.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3628,8 +3628,10 @@
36283628
All the definitions of C struct types enclosed in other struct
36293629
definitions and accessed outside the scope of the enclosing
36303630
struct can be exported to the scope of the enclosing struct.
3631-
Note: this is a consequence of the difference in scope rules,
3631+
\begin{note}
3632+
This is a consequence of the difference in scope rules,
36323633
which is documented in \ref{basic.scope}.
3634+
\end{note}
36333635
\howwide
36343636
Seldom.
36353637

0 commit comments

Comments
 (0)