From cb904d403dd64daef7f01f89573809ecbed7ab00 Mon Sep 17 00:00:00 2001 From: immibis Date: Sun, 28 Dec 2014 13:53:24 +1300 Subject: [PATCH] Fixed a typo in a CBot help file. --- help/cbot/E/for.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help/cbot/E/for.txt b/help/cbot/E/for.txt index 2465dd72..42837e67 100644 --- a/help/cbot/E/for.txt +++ b/help/cbot/E/for.txt @@ -17,7 +17,7 @@ This \l;condition\u cbot\cond; determines if another instance of the loop must b This instruction is executed at the end of every instance of the loop. Example: count from 1 to 4 -\c;\s;\c;for ( i = 0 ; i <= 4 ; i++ ) +\c;\s;\c;for ( i = 1 ; i <= 4 ; i++ ) \s;{ \s; message(i) ; \s;}