change incorrect variable name

solution and problem statement have the calls stored in `calls`, not `log`
This commit is contained in:
Alex Zvorygin 2017-09-20 11:52:58 -04:00 committed by GitHub
parent ab13ef8685
commit 67790aa261

View file

@ -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.