Skip to content

Commit

Permalink
fix jekyll typo
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Apr 5, 2024
1 parent fe558e8 commit d8127e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-07-13-parametric.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public interface GenericThrower<T extends Throwable> {

If we take the first class. We have a `ParametricClass` with one `ParameterType` name `T`.

![{{ classA<T> | escape }}](/img/posts/2023-07-13-parametric/genParametric.png){: .img-fill }
![{{ 'classA<T>' | escape }}](/img/posts/2023-07-13-parametric/genParametric.png){: .img-fill }

For the second class, we have a class that extends a parametric class with one parameter named `String`.
`String` here is a class.
Expand Down

0 comments on commit d8127e2

Please sign in to comment.