We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 349b096 + 6d58bbc commit 4251b75Copy full SHA for 4251b75
1-0-java-basics/1-3-1-crazy-generics/src/main/java/com/bobocode/basics/CrazyGenerics.java
@@ -90,7 +90,7 @@ public T getMax() {
90
}
91
92
/**
93
- * {@link StrictProcessor} defines a contact of a processor that can process only objects that are {@link Serializable}
+ * {@link StrictProcessor} defines a contract of a processor that can process only objects that are {@link Serializable}
94
* and {@link Comparable}.
95
*
96
* @param <T> – the type of objects that can be processed
0 commit comments