Skip to content

Commit 4b25db8

Browse files
authored
Very small typo change. (#13)
1 parent fd725d0 commit 4b25db8

File tree

1 file changed

+1
-1
lines changed
  • content/post/type-check-scalability-issue

1 file changed

+1
-1
lines changed

content/post/type-check-scalability-issue/index.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To make it more concrete:
4545

4646
* https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Integer.html[`Integer`] 's implement both `Comparable` and `Serializable`
4747
* `_secondary_supers` contains both `Comparable` and `Serializable`,
48-
* `_secondary_super_cache` is used byt he JVM like this:
48+
* `_secondary_super_cache` is used by the JVM like this:
4949
{{< highlight java >}}
5050
Object o = new Integer(1);
5151
// _seconday_super_cache is empty

0 commit comments

Comments
 (0)