From 240c0eb0b408aab9be1680f803ee4118c27dcca2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Thu, 25 Apr 2024 12:11:46 +0200
Subject: [PATCH] Manual: fix typo

[skip ci]
---
 doc/manual/source/the-model-file.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index d4c2aaaa17..04921d89ac 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -3925,7 +3925,7 @@ speed-up on large models.
        ``rho*r(-1) + (1-rho)*(gpi*Infl+gy*YGap) + e`` is  
        below ``r=-1.94478``. In contrast, specifying the equation as 
 
-            ``rho*r(-1) + (1-rho)*(gpi*Infl+gy*YGap) + e = r;```
+            ``rho*r(-1) + (1-rho)*(gpi*Infl+gy*YGap) + e = r;``
 
        would be wrong.
 
-- 
GitLab