From 06aec14ab55a022c7c3b11e7baa3c5d5dc3e521f Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan.bastani@ens.fr> Date: Mon, 2 Jan 2012 18:26:01 +0100 Subject: [PATCH] doc: fix typo (cherry picked from commit 72788cf551e002a95af8294a32146e844e217c03) --- doc/dynare.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index b1d24cccc..c6dc35b9d 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -4836,7 +4836,7 @@ end; @deffnx {Macro directive} @@#endif Conditional inclusion of some part of the @file{.mod} file. The lines between @code{@@#if} and the next @code{@@#else} or -@code{@@#end} is executed only if the condition evaluates to a +@code{@@#endif} is executed only if the condition evaluates to a non-null integer. The @code{@@#else} branch is optional and, if present, is only evaluated if the condition evaluates to @code{0}. -- GitLab