From 0589b50d2d3d9d4bb51066cd70b4a75de2855526 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Wed, 13 Jun 2012 10:14:16 -0400 Subject: [PATCH] doc: Typo in Nit Reference Signed-off-by: Alexandre Terrasa --- doc/nitreference/nitreference-main.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 1.7.9.5