From 72788cf551e002a95af8294a32146e844e217c03 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Mon, 2 Jan 2012 18:26:01 +0100 Subject: [PATCH] doc: fix typo --- doc/dynare.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index 08a00d06e..4446e7d55 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -6222,7 +6222,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}.