fix typo
This commit is contained in:
parent
fe1979bf0b
commit
d812195ace
|
|
@ -109,7 +109,7 @@ modified: {
|
||||||
console.log(a + b);
|
console.log(a + b);
|
||||||
console.log(b + c);
|
console.log(b + c);
|
||||||
// TODO: as "modified" is determined in "figure_out_scope",
|
// TODO: as "modified" is determined in "figure_out_scope",
|
||||||
// even "passes" would improve this any further
|
// even "passes" wouldn't improve this any further
|
||||||
console.log(a + c);
|
console.log(a + c);
|
||||||
console.log(a + b + c);
|
console.log(a + b + c);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user