Skip to content

Commit 4251b75

Browse files
Merge branch 'main' into completed
2 parents 349b096 + 6d58bbc commit 4251b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-0-java-basics/1-3-1-crazy-generics/src/main/java/com/bobocode/basics/CrazyGenerics.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public T getMax() {
9090
}
9191

9292
/**
93-
* {@link StrictProcessor} defines a contact of a processor that can process only objects that are {@link Serializable}
93+
* {@link StrictProcessor} defines a contract of a processor that can process only objects that are {@link Serializable}
9494
* and {@link Comparable}.
9595
*
9696
* @param <T> – the type of objects that can be processed

0 commit comments

Comments
 (0)