From e5b7eb59c47b8e1ac39b0f9a9c5a261896e14fa3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= <omeragacan@gmail.com>
Date: Sat, 23 Dec 2023 15:57:42 +0100
Subject: [PATCH] Fix a code block syntax in user manual sec. 6.8.8.6

---
 docs/users_guide/exts/instances.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/exts/instances.rst b/docs/users_guide/exts/instances.rst
index e57c128a3eff..ff8f9139fcc9 100644
--- a/docs/users_guide/exts/instances.rst
+++ b/docs/users_guide/exts/instances.rst
@@ -718,7 +718,7 @@ Some details:
 -  The instance signature is purely local to the class instance
    declaration. It only affects the typechecking of the method in
    the instance; it does not affect anything outside the class
-   instance. In this way, it is similar to an inline type signature:
+   instance. In this way, it is similar to an inline type signature: ::
 
        instance Eq a => Eq (T a) where
            (==) = (\ x y -> True) :: forall b. b -> b -> Bool
-- 
GitLab