We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427feca commit ad3f0deCopy full SHA for ad3f0de
README.md
@@ -122,7 +122,7 @@ function program() {
122
let shared;
123
function implicit() {
124
// By the time this code is executed, the shared reference has already
125
- // been reset. There is no way for `indirect` to solve this because
+ // been reset. There is no way for `implicit` to solve this because
126
// because the bug is caused (accidentally) by the `program` function.
127
assert.throws(() => {
128
assert.equal(shared.key, 123);
0 commit comments