docs/HACKING: fixed grammar.
This commit is contained in:
parent
a5201deaee
commit
12e2f62d6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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++) {
|
||||||
|
|
|
||||||
Reference in a new issue