From 66ccb3b3d34557080f7aa8ffd680dd06317fbdef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Tue, 17 Oct 2023 16:12:45 -0400 Subject: [PATCH] =?UTF-8?q?Manual:=20fix=20typo=20in=20description=20of=20?= =?UTF-8?q?=E2=80=9Cmultiply=E2=80=9D=20keyword=20in=20=E2=80=9Cshocks(lea?= =?UTF-8?q?rnt=5Fin=3D=E2=80=A6)=E2=80=9D=20block?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also add a missing word. --- doc/manual/source/the-model-file.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index f39ba14a7..78d614078 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -4031,7 +4031,7 @@ and ``endval`` blocks which are given a special ``learnt_in`` option. .. block:: shocks(learnt_in=INTEGER) ; shocks(learnt_in=INTEGER,overwrite) ; - |br| The ``shocks(learnt_in=INTEGER)`` can be used to specify temporary + |br| The ``shocks(learnt_in=INTEGER)`` syntax can be used to specify temporary shocks that are learnt in a specific period. It should contain one or more occurences of the following group of three lines, with the same semantics as a regular :bck:`shocks` block:: @@ -4045,9 +4045,9 @@ and ``endval`` blocks which are given a special ``learnt_in`` option. to the values that were expected from the perspective of the previous period. If the new information consists of an addition to the previously-anticipated value, the ``values`` keyword can be replaced by the - ``add`` keyword; similarly, if the new information consists of an addition to the - previously-anticipated value, the ``values`` keyword can be replaced by the - ``multiply`` keyword. + ``add`` keyword; similarly, if the new information consists of a + multiplication of the previously-anticipated value, the ``values`` keyword + can be replaced by the ``multiply`` keyword. The ``overwrite`` option says that this block cancels and replaces previous ``shocks`` blocks that have the same ``learnt_in`` option.