Skip to content

Commit a82fc20

Browse files
authored
Clarify FAQ about type parameter declarations (#6972)
1 parent 9b2cda0 commit a82fc20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/manual/faq.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1545,8 +1545,8 @@
15451545
15461546
\subsectionAndLabel{How should I annotate code that uses generics?}{faq-writing-generics}
15471547
1548-
Suppose unannotated code contains a type parameter \code{<T>}. How should
1549-
you annotate that?
1548+
Suppose unannotated code contains a declaration of a type parameter
1549+
\code{<T>}. How should you annotate that declaration?
15501550
15511551
This is really a question about Java's generic types, so if you understand
15521552
Java generics, this question is moot. However, Java generics can be hard

0 commit comments

Comments
 (0)