From f6532716c8e2cfb9d8d1799204b6bb63d5bd5f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Tue, 15 Oct 2024 15:44:01 -0400 Subject: [PATCH] Manual: fix typo [skip ci] (cherry picked from commit 7e894404353379eb882a50adef845b8f0a5f83ff) --- 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 3d0cb1ba84..cfd44369ab 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -2048,7 +2048,7 @@ in this case ``initval`` is used to specify the terminal conditions. .. option:: last_obs = {INTEGER | DATE} - The observaton number or the date (see + The observation number or the date (see :ref:`dates-members`) of the last observation to be used in the file. -- GitLab