Manual: fix typo

time-shift
Sébastien Villemot 2019-11-22 17:52:27 +01:00
parent 7a320d2944
commit a909bfd58c
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ variable to be declared (``endogenous``, ``exogenous``, or
quotes. Hence, to declare a variable ``c`` as endogenous in an equation tag,
you can type ``[endogenous='c']``.
To perform on-the-fly variable declaration in an equtaion, simply follow the
To perform on-the-fly variable declaration in an equation, simply follow the
symbol name with a vertical line (``|``, pipe character) and either an ``e``, an
``x``, or a ``p``. For example, to declare a parameter named
``alphaa`` in the model block, you could write ``alphaa|p`` directly in