From 2a81775dd8d7f3ae6d9e2187e192778dc44ab7d3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Mon, 23 Dec 2024 15:20:11 +0100
Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Manual:=20fix=20verbatim=20quote?=
 =?UTF-8?q?s=20around=20character=20introducing=20MATLAB-specific=20commen?=
 =?UTF-8?q?ts?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 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 7bafbe4d83..8b3eab04a7 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -54,7 +54,7 @@ are introduced by ``/*`` and terminated by ``*/``.
     */
 
 Note that these comment marks should not be used in native MATLAB code regions
-where the `%` should be preferred instead to introduce a comment. In a
+where the ``%`` should be preferred instead to introduce a comment. In a
 ``verbatim`` block, see :ref:`verbatim`, this would result in a crash since
 ``//`` is not a valid MATLAB statement).
 
-- 
GitLab