From 275c0995abaf5aeb3e8bc719edc65a0c0d26afcc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Johannes=20M=C3=BCller?= <straightshoota@gmail.com>
Date: Wed, 10 Nov 2021 13:25:24 +0100
Subject: [PATCH] Fix typo 2

---
 _posts/2021-11-10-1.2.2-released.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_posts/2021-11-10-1.2.2-released.md b/_posts/2021-11-10-1.2.2-released.md
index d476b855..50acc76d 100644
--- a/_posts/2021-11-10-1.2.2-released.md
+++ b/_posts/2021-11-10-1.2.2-released.md
@@ -14,7 +14,7 @@ In this patch release we included [15 PRs since the 1.2.1 release](https://githu
 
 We have fixed three regressions in the compiler, two of them related to debug mode:
 
-* Virtual metaclasses missed a type restriction ([#11397](https://github.com/crystal-lang/crystal/issues/11376) since 1.20.
+* Virtual metaclasses missed a type restriction ([#11397](https://github.com/crystal-lang/crystal/issues/11376)) since 1.20.
 * Debug locations were missing for some const and class var read calls ([#11417](https://github.com/crystal-lang/crystal/pull/11417)). This only affected `--debug` builds since 1.2.0.
 * Debug locations were missing for some union types ([#11390](https://github.com/crystal-lang/crystal/pull/11390)). This only affected `--debug` builds since 1.2.1.