Skip to content

Commit c2439d3

Browse files
JohelEGPtkoeppe
authored andcommitted
[headers] Fix note about importing library headers
Importable library headers are not module units, because they do not have a module-declaration.
1 parent ef2bbe8 commit c2439d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@
10991099
the \defnadj{importable}{\Cpp{} library headers}.
11001100
\begin{note}
11011101
Importable \Cpp{} library headers can be
1102-
imported as module units\iref{module.import}.
1102+
imported\iref{module.import}.
11031103
\end{note}
11041104
\begin{example}
11051105
\begin{codeblock}

0 commit comments

Comments
 (0)