From d7de2446b770382689495406a4e725810a052e2f Mon Sep 17 00:00:00 2001 From: caminsha Date: Thu, 27 Feb 2020 23:38:03 +0100 Subject: removed an unnecesarry white space --- processing.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing.html.markdown b/processing.html.markdown index d0952e96..d7b0d600 100644 --- a/processing.html.markdown +++ b/processing.html.markdown @@ -211,7 +211,7 @@ switch(value) { // Iterative statements // For Statements - Again, the same syntax as in Java -for(int i = 0; i < 5; i ++){ +for(int i = 0; i < 5; i++){ print(i); // prints from 0 to 4 } -- cgit v1.2.3