Skip to content

Commit 17b6a3f

Browse files
AlisdairMtkoeppe
authored andcommitted
[basic.link] Fix cross-reference to translation unit
Tranalation units are defined in phase 7 of translation, [lex.phases] not [lex.separate].
1 parent 89846e1 commit 17b6a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2886,7 +2886,7 @@
28862886
\pnum
28872887
\indextext{program}%
28882888
\indextext{linking}%
2889-
A \defn{program} consists of one or more translation units\iref{lex.separate}
2889+
A \defn{program} consists of one or more translation units\iref{lex.phases}
28902890
linked together. A translation unit consists
28912891
of a sequence of declarations.
28922892

0 commit comments

Comments
 (0)