Skip to content

Commit c6267c2

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[basic.types.general] Add missing \tcode in comment
1 parent daa9a0d commit c6267c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5293,7 +5293,7 @@
52935293
\begin{codeblock}
52945294
class X; // \tcode{X} is an incomplete type
52955295
extern X* xp; // \tcode{xp} is a pointer to an incomplete type
5296-
extern int arr[]; // the type of arr is incomplete
5296+
extern int arr[]; // the type of \tcode{arr} is incomplete
52975297
typedef int UNKA[]; // \tcode{UNKA} is an incomplete type
52985298
UNKA* arrp; // \tcode{arrp} is a pointer to an incomplete type
52995299
UNKA** arrpp;

0 commit comments

Comments
 (0)