From f40e7cfc68aa16f423c559e42e447c457fa79fcb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Mon, 23 Oct 2023 19:06:50 +0200
Subject: [PATCH] Manual: fix typo

---
 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 8f45c366ad..4638f80cfb 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -1827,7 +1827,7 @@ in this case ``initval`` is used to specify the terminal conditions.
         jumps. In the example above, consumption will display a large
         jump from :math:`t=0` to :math:`t=1` and capital will jump
         from :math:`t=200` to :math:`t=201` when using :comm:`rplot`
-        or manually plotting ``oo_.endo_val``.
+        or manually plotting ``oo_.endo_simul``.
 
 
 .. block:: histval ;
-- 
GitLab