Skip to content

Commit a4f292c

Browse files
committed
[headers] Fix note about importing library headers
Importable library headers are not module units, because they do not have a module-declaration.
1 parent 8114ccd commit a4f292c

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
@@ -1093,7 +1093,7 @@
10931093
the \defnadj{importable}{\Cpp{} library headers}.
10941094
\begin{note}
10951095
Importable \Cpp{} library headers can be
1096-
imported as module units\iref{module.import}.
1096+
imported\iref{module.import}.
10971097
\end{note}
10981098
\begin{example}
10991099
\begin{codeblock}

0 commit comments

Comments
 (0)