We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd725d0 commit 4b25db8Copy full SHA for 4b25db8
content/post/type-check-scalability-issue/index.adoc
@@ -45,7 +45,7 @@ To make it more concrete:
45
46
* https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Integer.html[`Integer`] 's implement both `Comparable` and `Serializable`
47
* `_secondary_supers` contains both `Comparable` and `Serializable`,
48
-* `_secondary_super_cache` is used byt he JVM like this:
+* `_secondary_super_cache` is used by the JVM like this:
49
{{< highlight java >}}
50
Object o = new Integer(1);
51
// _seconday_super_cache is empty
0 commit comments