From: Alexandre Terrasa Date: Wed, 13 Jun 2012 14:14:16 +0000 (-0400) Subject: doc: Typo in Nit Reference X-Git-Tag: v0.6~349^2 X-Git-Url: http://nitlanguage.org?hp=0d024da45e3194d058e672add9eb1cd9aa10f187 doc: Typo in Nit Reference Signed-off-by: Alexandre Terrasa --- diff --git a/doc/nitreference/nitreference-main.tex b/doc/nitreference/nitreference-main.tex index e83e4ac..22288a0 100644 --- a/doc/nitreference/nitreference-main.tex +++ b/doc/nitreference/nitreference-main.tex @@ -296,7 +296,7 @@ else end \end{lst} \end{multicols} -Note that the following example is invalid since the fist line is syntactically complete thus the newline terminate the whole @if@ structure\goto{syntax}; then an error is signaled since a statement cannot begin with @else@. +Note that the following example is invalid since the first line is syntactically complete thus the newline terminate the whole @if@ structure\goto{syntax}; then an error is signaled since a statement cannot begin with @else@. \begin{lst} if exp then stm # OK: complete 'if' structure else stm # Syntax error: unexpected 'else'