From 9a7aac65ded07d28a9cf624da32d67355b61e2e9 Mon Sep 17 00:00:00 2001 From: Michel Juillard Date: Wed, 29 Jul 2015 09:23:16 +0200 Subject: [PATCH] fixing type in documentation --- doc/dynare.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index b06d56a92..6a553ff45 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -6150,7 +6150,7 @@ Column @code{M_.exo_nbr+1} stores the contribution of the initial conditions, while column @code{M_.exo_nbr+2} stores the smoothed value of the respective endogenous variable. The third dimension stores the time periods. Both the variables and shocks are stored in the order of declaration, i.e. @code{M_.endo_names} and -{M_.exo_names}, respectively. +@code{M_.exo_names}, respectively. @end deffn