change incorrect variable name
solution and problem statement have the calls stored in `calls`, not `log`
This commit is contained in:
parent
ab13ef8685
commit
67790aa261
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Here we can use `log.push(args)` to store all arguments in the log and `f.apply(this, args)` to forward the call.
|
Here we can use `calls.push(args)` to store all arguments in the log and `f.apply(this, args)` to forward the call.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue