Skip to content

Commit c291e5d

Browse files
committed
[headers] Fix terminology in note
Importable C++ library headers can be imported as header units. This currently says "as module units". [module.unit]p1 says that "A _module unit_ is a translation unit that contains a _module-declaration_." [module.import]p5 says that the synthetized header unit from an `import <H>;` is a translation unit that contains no _module-declaration_.
1 parent 8114ccd commit c291e5d

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 as header units\iref{module.import}.
10971097
\end{note}
10981098
\begin{example}
10991099
\begin{codeblock}

0 commit comments

Comments
 (0)