From a4f292cf5501cfa87183732de555357b8d367df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johel=20Ernesto=20Guerrero=20Pe=C3=B1a?= Date: Sat, 25 Sep 2021 19:07:09 -0400 Subject: [PATCH] [headers] Fix note about importing library headers Importable library headers are not module units, because they do not have a module-declaration. --- source/lib-intro.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib-intro.tex b/source/lib-intro.tex index 9035830374..df023a1c4a 100644 --- a/source/lib-intro.tex +++ b/source/lib-intro.tex @@ -1093,7 +1093,7 @@ the \defnadj{importable}{\Cpp{} library headers}. \begin{note} Importable \Cpp{} library headers can be -imported as module units\iref{module.import}. +imported\iref{module.import}. \end{note} \begin{example} \begin{codeblock}