Skip to content

Commit ff4e48c

Browse files
haisisnicoll
authored andcommitted
Fix typo
Closes gh-908
1 parent 598fafd commit ff4e48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asciidoc/core-aop.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ you have a generic type like this:
11741174
----
11751175
public interface Sample<T> {
11761176
void sampleGenericMethod(T param);
1177-
void sampleGenericCollectionMethod(Collection>T> param);
1177+
void sampleGenericCollectionMethod(Collection<T> param);
11781178
}
11791179
----
11801180

0 commit comments

Comments
 (0)