doc: Typo in Nit Reference
authorAlexandre Terrasa <alexandre@moz-concept.com>
Wed, 13 Jun 2012 14:14:16 +0000 (10:14 -0400)
committerAlexandre Terrasa <alexandre@moz-concept.com>
Wed, 13 Jun 2012 14:14:16 +0000 (10:14 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-concept.com>

doc/nitreference/nitreference-main.tex

index e83e4ac..22288a0 100644 (file)
@@ -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'