Archived
1
0
Fork 0

docs/HACKING: fixed grammar.

This commit is contained in:
Henrik Hautakoski 2011-03-24 08:00:58 +01:00
parent a5201deaee
commit 12e2f62d6e

View file

@ -25,7 +25,7 @@ else if (b) {
} else } else
baz(); baz();
instead you should write the above code as: instead the above code should be written as:
for(i=0; i < 10; i++) { for(i=0; i < 10; i++) {
for(j=0; i < 10; j++) { for(j=0; i < 10; j++) {