diff --git a/_posts/2023-07-13-parametric.md b/_posts/2023-07-13-parametric.md index 8cd0f90..9a726ca 100644 --- a/_posts/2023-07-13-parametric.md +++ b/_posts/2023-07-13-parametric.md @@ -59,7 +59,7 @@ public interface GenericThrower { If we take the first class. We have a `ParametricClass` with one `ParameterType` name `T`. -![{{ classA | escape }}](/img/posts/2023-07-13-parametric/genParametric.png){: .img-fill } +![{{ 'classA' | 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.