Skip to content

Commit ad3f0de

Browse files
Update readme (typo) (tc39#67)
1 parent 427feca commit ad3f0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function program() {
122122
let shared;
123123
function implicit() {
124124
// 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
125+
// been reset. There is no way for `implicit` to solve this because
126126
// because the bug is caused (accidentally) by the `program` function.
127127
assert.throws(() => {
128128
assert.equal(shared.key, 123);

0 commit comments

Comments
 (0)