Skip to content

Commit 99116b3

Browse files
committed
FIXUP: \tcode int in example's comment
1 parent 4177733 commit 99116b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273

274274
void g(char c) {
275275
f(0); // OK
276-
f(c); // error on implementations where \tcode{sizeof(int) > 1}: must be int-sized
276+
f(c); // error on implementations where \tcode{sizeof(int) > 1}: must be \tcode{int}-sized
277277
}
278278
\end{codeblock}
279279
\end{example}

0 commit comments

Comments
 (0)